Html Css Color HEX #E4E370 Goldenrod

📋 copy color: '#E4E370'

red 228 ◦ green 227 ◦ blue 112

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

Shades of Goldenrod #E4E370

Tints of Goldenrod #E4E370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.75%

R = 40.21%
G = 40.04%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E4E370 (or 0xE4E370) is known color: Goldenrod. HEX triplet: E4, E3 and 70. RGB value is (228,227,112). Sum of RGB (Red+Green+Blue) = 228+227+112=567 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.21% from 567); Green value is 227 (89.06% from 255 or 40.04% from 567); Blue value is 112 (44.14% from 255 or 19.75% from 567); Max value from RGB is 228 - color contains mainly: red. Hex color #E4E370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4E370 is #1B1C8F. Grayscale: #D6D6D6. Windows color (decimal): -1776784 or 7398372. OLE color: 7398372.

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

Color convert

RGB 228 227 112 -
CMYK 0 0.00 0.51 0.11
HSL 59.48º 0.68% 0.67% -
HSV(B) 59.48º 0.51% 0.89% -
XYZ 62.39 72.6 26.05 -
YUV 214.19 70.33 137.85 -
System Red Green Blue C M Y K H S L
Decimal 228 227 112 0 0.00 0.51 0.11 59.48 0.68 0.67
Hex E4 E3 70 0 0 33 B 3B 44 43
Octal 344 343 160 0 0 63 13 73 104 103
Binary 11100100 11100011 1110000 0 0 110011 1011 111011 1000100 1000011

Color Harmonies of #E4E370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4E370

Black with #E4E370

Text Example


Text Example

White with #E4E370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4E370; }

 p { color: rgb(228,227,112); }

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

background-color css

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

 a { background-color: rgb(228,227,112); }

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

border-color css

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

 span { border-color: rgb(228,227,112); }

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