Html Css Color HEX #E2CA31 Golden Dream

📋 copy color: '#E2CA31'

red 226 ◦ green 202 ◦ blue 49

#E2CA31
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Dream #E2CA31

Tints of Golden Dream #E2CA31

RGB

 RED value IS 226 (88.67% from 255) = 47.38%

 GREEN value IS 202 (79.3% from 255) = 42.35%

 BLUE value IS 49 (19.53% from 255) = 10.27%

R = 47.38%
G = 42.35%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#E2CA31 (or 0xE2CA31) is known color: Golden Dream. HEX triplet: E2, CA and 31. RGB value is (226,202,49). Sum of RGB (Red+Green+Blue) = 226+202+49=477 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.38% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 49 (19.53% from 255 or 10.27% from 477); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CA31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2CA31 is #1D35CE. Grayscale: #C0C0C0. Windows color (decimal): -1914319 or 3263202. OLE color: 3263202.

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

Color convert

RGB 226 202 49 -
CMYK 0 0.11 0.78 0.11
HSL 51.86º 0.75% 0.54% -
HSV(B) 51.86º 0.78% 0.89% -
XYZ 53.04 58.63 11.43 -
YUV 191.73 47.45 152.44 -
System Red Green Blue C M Y K H S L
Decimal 226 202 49 0 0.11 0.78 0.11 51.86 0.75 0.54
Hex E2 CA 31 0 B 4E B 34 4B 36
Octal 342 312 61 0 13 116 13 64 113 66
Binary 11100010 11001010 110001 0 1011 1001110 1011 110100 1001011 110110

Color Harmonies of #E2CA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CA31

Black with #E2CA31

Text Example


Text Example

White with #E2CA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CA31; }

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

 H1.HeaderClassName
 {
   color: #E2CA31;
 }
 .AnyTagClassName
 {
   color: #E2CA31;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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