#E2CA2F

Color #E2CA2F Golden Dream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Dream #E2CA2F

Tints of Golden Dream #E2CA2F

Color information

#E2CA2F (or 0xE2CA2F) is unknown color: approx Golden Dream. HEX triplet: E2, CA and 2F. RGB value is (226,202,47). Sum of RGB (Red+Green+Blue) = 226+202+47=475 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.58% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 47 (18.75% from 255 or 9.89% from 475); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CA2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2CA2F is #1D35D0. Grayscale: #C0C0C0. Windows color (decimal): -1914321 or 3132130. OLE color: 3132130.

HSL color Cylindrical-coordinate representation of color #E2CA2F: hue angle of 51.96º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E2CA2F is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB22620247-
CMYK00.110.790.11
HSL51.96º75.53%53.53%-
HSV(B)51.96º79.2%88.63%-
XYZ5358.6211.21-
YUV191.5146.45152.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 226 (88.67% from 255) = 47.58%
GREEN value IS 202 (79.30% from 255) = 42.53%
BLUE value IS 47 (18.75% from 255) = 9.89%
R=47.58%
G=42.53%
B=9.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.79
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262024700.110.790.1151.9675.5353.53
HexE2CA2F0B4FB344c36
Octal34231257013117136411466
Binary111000101100101010111101011100111110111101001001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CA2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CA2F; }

 p { color: rgb(226,202,47); }

 H1.HeaderClassName
 {
   color: #E2CA2F;
 }
 .AnyTagClassName
 {
   color: #E2CA2F;
 }
</style>
background-color css

<style>
 a { background-color: #E2CA2F; }

 a { background-color: rgb(226,202,47); }

 div.DivClassName
 {
   background-color: #E2CA2F;
 }
 .BgClassName
 {
   background-color: #E2CA2F;
 }
</style>
border-color css

<style>
 span { border-color: #E2CA2F; }

 span { border-color: rgb(226,202,47); }

 td.TdClassName
 {
   border-color: #E2CA2F;
 }
 .TagClassName
 {
   border-color: #E2CA2F;
 }
</style>