Html Css Color HEX #E0E473 Goldenrod

📋 copy color: '#E0E473'

red 224 ◦ green 228 ◦ blue 115

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

Shades of Goldenrod #E0E473

Tints of Goldenrod #E0E473

RGB

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

 GREEN value IS 228 (89.45% from 255) = 40.21%

 BLUE value IS 115 (45.31% from 255) = 20.28%

R = 39.51%
G = 40.21%
B = 20.28%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E0E473 (or 0xE0E473) is known color: Goldenrod. HEX triplet: E0, E4 and 73. RGB value is (224,228,115). Sum of RGB (Red+Green+Blue) = 224+228+115=567 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.51% from 567); Green value is 228 (89.45% from 255 or 40.21% from 567); Blue value is 115 (45.31% from 255 or 20.28% from 567); Max value from RGB is 228 - color contains mainly: green. Hex color #E0E473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0E473 is #1F1B8C. Grayscale: #D6D6D6. Windows color (decimal): -2038669 or 7595232. OLE color: 7595232.

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

Color convert

RGB 224 228 115 -
CMYK 0.02 0 0.50 0.11
HSL 62.12º 0.68% 0.67% -
HSV(B) 62.12º 0.5% 0.89% -
XYZ 61.58 72.57 26.98 -
YUV 213.92 72.17 135.19 -
System Red Green Blue C M Y K H S L
Decimal 224 228 115 0.02 0 0.50 0.11 62.12 0.68 0.67
Hex E0 E4 73 2 0 32 B 3E 44 43
Octal 340 344 163 2 0 62 13 76 104 103
Binary 11100000 11100100 1110011 10 0 110010 1011 111110 1000100 1000011

Color Harmonies of #E0E473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0E473

Black with #E0E473

Text Example


Text Example

White with #E0E473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0E473; }

 p { color: rgb(224,228,115); }

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

background-color css

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

 a { background-color: rgb(224,228,115); }

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

border-color css

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

 span { border-color: rgb(224,228,115); }

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