Html Css Color HEX #E5E069 Goldenrod

📋 copy color: '#E5E069'

red 229 ◦ green 224 ◦ blue 105

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

Shades of Goldenrod #E5E069

Tints of Goldenrod #E5E069

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.14%

 BLUE value IS 105 (41.41% from 255) = 18.82%

R = 41.04%
G = 40.14%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E5E069 (or 0xE5E069) is known color: Goldenrod. HEX triplet: E5, E0 and 69. RGB value is (229,224,105). Sum of RGB (Red+Green+Blue) = 229+224+105=558 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.04% from 558); Green value is 224 (87.89% from 255 or 40.14% from 558); Blue value is 105 (41.41% from 255 or 18.82% from 558); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5E069 is #1A1F96. Grayscale: #D4D4D4. Windows color (decimal): -1712023 or 6938853. OLE color: 6938853.

HSL color Cylindrical-coordinate representation of color #E5E069: hue angle of 57.58º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E5E069 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 224 105 -
CMYK 0 0.02 0.54 0.10
HSL 57.58º 0.7% 0.65% -
HSV(B) 57.58º 0.54% 0.9% -
XYZ 61.52 70.99 23.82 -
YUV 211.93 67.66 140.18 -
System Red Green Blue C M Y K H S L
Decimal 229 224 105 0 0.02 0.54 0.10 57.58 0.7 0.65
Hex E5 E0 69 0 2 36 A 3A 46 41
Octal 345 340 151 0 2 66 12 72 106 101
Binary 11100101 11100000 1101001 0 10 110110 1010 111010 1000110 1000001

Color Harmonies of #E5E069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5E069

Black with #E5E069

Text Example


Text Example

White with #E5E069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5E069; }

 p { color: rgb(229,224,105); }

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

background-color css

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

 a { background-color: rgb(229,224,105); }

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

border-color css

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

 span { border-color: rgb(229,224,105); }

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