Html Css Color HEX #E3E070 Goldenrod

📋 copy color: '#E3E070'

red 227 ◦ green 224 ◦ blue 112

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

Shades of Goldenrod #E3E070

Tints of Goldenrod #E3E070

RGB

 RED value IS 227 (89.06% from 255) = 40.32%

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

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

R = 40.32%
G = 39.79%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E3E070 (or 0xE3E070) is known color: Goldenrod. HEX triplet: E3, E0 and 70. RGB value is (227,224,112). Sum of RGB (Red+Green+Blue) = 227+224+112=563 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.32% from 563); Green value is 224 (87.89% from 255 or 39.79% from 563); Blue value is 112 (44.14% from 255 or 19.89% from 563); Max value from RGB is 227 - color contains mainly: red. Hex color #E3E070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3E070 is #1C1F8F. Grayscale: #D4D4D4. Windows color (decimal): -1843088 or 7397603. OLE color: 7397603.

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

Color convert

RGB 227 224 112 -
CMYK 0 0.01 0.51 0.11
HSL 58.43º 0.67% 0.66% -
HSV(B) 58.43º 0.51% 0.89% -
XYZ 61.26 70.81 25.77 -
YUV 212.13 71.49 138.61 -
System Red Green Blue C M Y K H S L
Decimal 227 224 112 0 0.01 0.51 0.11 58.43 0.67 0.66
Hex E3 E0 70 0 1 33 B 3A 43 42
Octal 343 340 160 0 1 63 13 72 103 102
Binary 11100011 11100000 1110000 0 1 110011 1011 111010 1000011 1000010

Color Harmonies of #E3E070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3E070

Black with #E3E070

Text Example


Text Example

White with #E3E070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3E070; }

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

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

background-color css

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

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

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

border-color css

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

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

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