Html Css Color HEX #E0E374 Goldenrod

📋 copy color: '#E0E374'

red 224 ◦ green 227 ◦ blue 116

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

Shades of Goldenrod #E0E374

Tints of Goldenrod #E0E374

RGB

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

 GREEN value IS 227 (89.06% from 255) = 40.04%

 BLUE value IS 116 (45.7% from 255) = 20.46%

R = 39.51%
G = 40.04%
B = 20.46%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E0E374 (or 0xE0E374) is known color: Goldenrod. HEX triplet: E0, E3 and 74. RGB value is (224,227,116). Sum of RGB (Red+Green+Blue) = 224+227+116=567 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.51% from 567); Green value is 227 (89.06% from 255 or 40.04% from 567); Blue value is 116 (45.70% from 255 or 20.46% from 567); Max value from RGB is 227 - color contains mainly: green. Hex color #E0E374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0E374 is #1F1C8B. Grayscale: #D5D5D5. Windows color (decimal): -2038924 or 7660512. OLE color: 7660512.

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

Color convert

RGB 224 227 116 -
CMYK 0.01 0 0.49 0.11
HSL 61.62º 0.66% 0.67% -
HSV(B) 61.62º 0.49% 0.89% -
XYZ 61.36 72.05 27.2 -
YUV 213.45 73.01 135.53 -
System Red Green Blue C M Y K H S L
Decimal 224 227 116 0.01 0 0.49 0.11 61.62 0.66 0.67
Hex E0 E3 74 1 0 31 B 3E 42 43
Octal 340 343 164 1 0 61 13 76 102 103
Binary 11100000 11100011 1110100 1 0 110001 1011 111110 1000010 1000011

Color Harmonies of #E0E374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0E374

Black with #E0E374

Text Example


Text Example

White with #E0E374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0E374; }

 p { color: rgb(224,227,116); }

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

background-color css

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

 a { background-color: rgb(224,227,116); }

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

border-color css

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

 span { border-color: rgb(224,227,116); }

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