Html Css Color HEX #E5E06B Goldenrod

📋 copy color: '#E5E06B'

red 229 ◦ green 224 ◦ blue 107

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

Shades of Goldenrod #E5E06B

Tints of Goldenrod #E5E06B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.11%

R = 40.89%
G = 40%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E5E06B (or 0xE5E06B) is known color: Goldenrod. HEX triplet: E5, E0 and 6B. RGB value is (229,224,107). Sum of RGB (Red+Green+Blue) = 229+224+107=560 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.89% from 560); Green value is 224 (87.89% from 255 or 40% from 560); Blue value is 107 (42.19% from 255 or 19.11% from 560); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E06B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5E06B is #1A1F94. Grayscale: #D4D4D4. Windows color (decimal): -1712021 or 7069925. OLE color: 7069925.

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

Color convert

RGB 229 224 107 -
CMYK 0 0.02 0.53 0.10
HSL 57.54º 0.7% 0.66% -
HSV(B) 57.54º 0.53% 0.9% -
XYZ 61.62 71.03 24.37 -
YUV 212.16 68.66 140.01 -
System Red Green Blue C M Y K H S L
Decimal 229 224 107 0 0.02 0.53 0.10 57.54 0.7 0.66
Hex E5 E0 6B 0 2 35 A 3A 46 42
Octal 345 340 153 0 2 65 12 72 106 102
Binary 11100101 11100000 1101011 0 10 110101 1010 111010 1000110 1000010

Color Harmonies of #E5E06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5E06B

Black with #E5E06B

Text Example


Text Example

White with #E5E06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5E06B; }

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

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

background-color css

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

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

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

border-color css

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

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

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