Html Css Color HEX #E0E272 Goldenrod

📋 copy color: '#E0E272'

red 224 ◦ green 226 ◦ blue 114

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

Shades of Goldenrod #E0E272

Tints of Goldenrod #E0E272

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

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

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

Color convert

RGB 224 226 114 -
CMYK 0.01 0 0.50 0.11
HSL 61.07º 0.66% 0.67% -
HSV(B) 61.07º 0.5% 0.89% -
XYZ 60.97 71.45 26.5 -
YUV 212.63 72.34 136.11 -
System Red Green Blue C M Y K H S L
Decimal 224 226 114 0.01 0 0.50 0.11 61.07 0.66 0.67
Hex E0 E2 72 1 0 32 B 3D 42 43
Octal 340 342 162 1 0 62 13 75 102 103
Binary 11100000 11100010 1110010 1 0 110010 1011 111101 1000010 1000011

Color Harmonies of #E0E272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0E272

Black with #E0E272

Text Example


Text Example

White with #E0E272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0E272; }

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

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

background-color css

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

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

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

border-color css

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

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

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