Html Css Color HEX #E0E172 Goldenrod

📋 copy color: '#E0E172'

red 224 ◦ green 225 ◦ blue 114

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

Shades of Goldenrod #E0E172

Tints of Goldenrod #E0E172

RGB

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

 GREEN value IS 225 (88.28% from 255) = 39.96%

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

R = 39.79%
G = 39.96%
B = 20.25%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E0E172 (or 0xE0E172) is known color: Goldenrod. HEX triplet: E0, E1 and 72. RGB value is (224,225,114). Sum of RGB (Red+Green+Blue) = 224+225+114=563 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.79% from 563); Green value is 225 (88.28% from 255 or 39.96% from 563); Blue value is 114 (44.92% from 255 or 20.25% from 563); Max value from RGB is 225 - color contains mainly: green. Hex color #E0E172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0E172 is #1F1E8D. Grayscale: #D4D4D4. Windows color (decimal): -2039438 or 7528928. OLE color: 7528928.

HSL color Cylindrical-coordinate representation of color #E0E172: hue angle of 60.54º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E0E172 is Cyan = 0.00, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 225 114 -
CMYK 0.00 0 0.49 0.12
HSL 60.54º 0.65% 0.66% -
HSV(B) 60.54º 0.49% 0.88% -
XYZ 60.7 70.91 26.41 -
YUV 212.05 72.67 136.53 -
System Red Green Blue C M Y K H S L
Decimal 224 225 114 0.00 0 0.49 0.12 60.54 0.65 0.66
Hex E0 E1 72 0 0 31 C 3D 41 42
Octal 340 341 162 0 0 61 14 75 101 102
Binary 11100000 11100001 1110010 0 0 110001 1100 111101 1000001 1000010

Color Harmonies of #E0E172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0E172

Black with #E0E172

Text Example


Text Example

White with #E0E172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0E172; }

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

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

background-color css

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

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

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

border-color css

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

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

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