Html Css Color HEX #E5D12E Golden Dream

📋 copy color: '#E5D12E'

red 229 ◦ green 209 ◦ blue 46

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

Shades of Golden Dream #E5D12E

Tints of Golden Dream #E5D12E

RGB

 RED value IS 229 (89.84% from 255) = 47.31%

 GREEN value IS 209 (82.03% from 255) = 43.18%

 BLUE value IS 46 (18.36% from 255) = 9.5%

R = 47.31%
G = 43.18%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E5D12E (or 0xE5D12E) is known color: Golden Dream. HEX triplet: E5, D1 and 2E. RGB value is (229,209,46). Sum of RGB (Red+Green+Blue) = 229+209+46=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 209 (82.03% from 255 or 43.18% from 484); Blue value is 46 (18.36% from 255 or 9.50% from 484); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D12E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D12E is #1A2ED1. Grayscale: #C5C5C5. Windows color (decimal): -1715922 or 3068389. OLE color: 3068389.

HSL color Cylindrical-coordinate representation of color #E5D12E: hue angle of 53.44º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E5D12E is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 209 46 -
CMYK 0 0.09 0.80 0.10
HSL 53.44º 0.78% 0.54% -
HSV(B) 53.44º 0.8% 0.9% -
XYZ 55.61 62.46 11.71 -
YUV 196.4 43.13 151.25 -
System Red Green Blue C M Y K H S L
Decimal 229 209 46 0 0.09 0.80 0.10 53.44 0.78 0.54
Hex E5 D1 2E 0 9 50 A 35 4E 36
Octal 345 321 56 0 11 120 12 65 116 66
Binary 11100101 11010001 101110 0 1001 1010000 1010 110101 1001110 110110

Color Harmonies of #E5D12E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D12E

Black with #E5D12E

Text Example


Text Example

White with #E5D12E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D12E; }

 p { color: rgb(229,209,46); }

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

background-color css

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

 a { background-color: rgb(229,209,46); }

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

border-color css

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

 span { border-color: rgb(229,209,46); }

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