Html Css Color HEX #E3E270 Goldenrod

📋 copy color: '#E3E270'

red 227 ◦ green 226 ◦ blue 112

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

Shades of Goldenrod #E3E270

Tints of Goldenrod #E3E270

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40%

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

R = 40.18%
G = 40%
B = 19.82%

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

#E3E270 (or 0xE3E270) is known color: Goldenrod. HEX triplet: E3, E2 and 70. RGB value is (227,226,112). Sum of RGB (Red+Green+Blue) = 227+226+112=565 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.18% from 565); Green value is 226 (88.67% from 255 or 40% from 565); Blue value is 112 (44.14% from 255 or 19.82% from 565); Max value from RGB is 227 - color contains mainly: red. Hex color #E3E270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3E270 is #1C1D8F. Grayscale: #D5D5D5. Windows color (decimal): -1842576 or 7398115. OLE color: 7398115.

HSL color Cylindrical-coordinate representation of color #E3E270: hue angle of 59.48º 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 #E3E270 is Cyan = 0, Magento = 0.00, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 226 112 -
CMYK 0 0.00 0.51 0.11
HSL 59.48º 0.67% 0.66% -
HSV(B) 59.48º 0.51% 0.89% -
XYZ 61.8 71.89 25.95 -
YUV 213.3 70.83 137.77 -
System Red Green Blue C M Y K H S L
Decimal 227 226 112 0 0.00 0.51 0.11 59.48 0.67 0.66
Hex E3 E2 70 0 0 33 B 3B 43 42
Octal 343 342 160 0 0 63 13 73 103 102
Binary 11100011 11100010 1110000 0 0 110011 1011 111011 1000011 1000010

Color Harmonies of #E3E270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3E270

Black with #E3E270

Text Example


Text Example

White with #E3E270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3E270; }

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

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

background-color css

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

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

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

border-color css

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

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

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