Html Css Color HEX #E2E072 Goldenrod

📋 copy color: '#E2E072'

red 226 ◦ green 224 ◦ blue 114

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

Shades of Goldenrod #E2E072

Tints of Goldenrod #E2E072

RGB

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

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

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

R = 40.07%
G = 39.72%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E2E072 (or 0xE2E072) is known color: Goldenrod. HEX triplet: E2, E0 and 72. RGB value is (226,224,114). Sum of RGB (Red+Green+Blue) = 226+224+114=564 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.07% from 564); Green value is 224 (87.89% from 255 or 39.72% from 564); Blue value is 114 (44.92% from 255 or 20.21% from 564); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E072 is #1D1F8D. Grayscale: #D4D4D4. Windows color (decimal): -1908622 or 7528674. OLE color: 7528674.

HSL color Cylindrical-coordinate representation of color #E2E072: hue angle of 58.93º 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 #E2E072 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 224 114 -
CMYK 0 0.01 0.50 0.11
HSL 58.93º 0.66% 0.67% -
HSV(B) 58.93º 0.5% 0.89% -
XYZ 61.06 70.69 26.35 -
YUV 212.06 72.66 137.94 -
System Red Green Blue C M Y K H S L
Decimal 226 224 114 0 0.01 0.50 0.11 58.93 0.66 0.67
Hex E2 E0 72 0 1 32 B 3B 42 43
Octal 342 340 162 0 1 62 13 73 102 103
Binary 11100010 11100000 1110010 0 1 110010 1011 111011 1000010 1000011

Color Harmonies of #E2E072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E072

Black with #E2E072

Text Example


Text Example

White with #E2E072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E072; }

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

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

background-color css

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

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

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

border-color css

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

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

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