Html Css Color HEX #E2DB72 Goldenrod

📋 copy color: '#E2DB72'

red 226 ◦ green 219 ◦ blue 114

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

Shades of Goldenrod #E2DB72

Tints of Goldenrod #E2DB72

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.18%

 BLUE value IS 114 (44.92% from 255) = 20.39%

R = 40.43%
G = 39.18%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E2DB72 (or 0xE2DB72) is known color: Goldenrod. HEX triplet: E2, DB and 72. RGB value is (226,219,114). Sum of RGB (Red+Green+Blue) = 226+219+114=559 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.43% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 114 (44.92% from 255 or 20.39% from 559); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DB72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DB72 is #1D248D. Grayscale: #D1D1D1. Windows color (decimal): -1909902 or 7527394. OLE color: 7527394.

HSL color Cylindrical-coordinate representation of color #E2DB72: hue angle of 56.25º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E2DB72 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 219 114 -
CMYK 0 0.03 0.50 0.11
HSL 56.25º 0.66% 0.67% -
HSV(B) 56.25º 0.5% 0.89% -
XYZ 59.73 68.05 25.91 -
YUV 209.12 74.32 140.04 -
System Red Green Blue C M Y K H S L
Decimal 226 219 114 0 0.03 0.50 0.11 56.25 0.66 0.67
Hex E2 DB 72 0 3 32 B 38 42 43
Octal 342 333 162 0 3 62 13 70 102 103
Binary 11100010 11011011 1110010 0 11 110010 1011 111000 1000010 1000011

Color Harmonies of #E2DB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DB72

Black with #E2DB72

Text Example


Text Example

White with #E2DB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DB72; }

 p { color: rgb(226,219,114); }

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

background-color css

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

 a { background-color: rgb(226,219,114); }

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

border-color css

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

 span { border-color: rgb(226,219,114); }

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