Html Css Color HEX #E2E373 Goldenrod

📋 copy color: '#E2E373'

red 226 ◦ green 227 ◦ blue 115

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

Shades of Goldenrod #E2E373

Tints of Goldenrod #E2E373

RGB

 RED value IS 226 (88.67% from 255) = 39.79%

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

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

R = 39.79%
G = 39.96%
B = 20.25%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E2E373 (or 0xE2E373) is known color: Goldenrod. HEX triplet: E2, E3 and 73. RGB value is (226,227,115). Sum of RGB (Red+Green+Blue) = 226+227+115=568 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.79% from 568); Green value is 227 (89.06% from 255 or 39.96% from 568); Blue value is 115 (45.31% from 255 or 20.25% from 568); Max value from RGB is 227 - color contains mainly: green. Hex color #E2E373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E373 is #1D1C8C. Grayscale: #D6D6D6. Windows color (decimal): -1907853 or 7594978. OLE color: 7594978.

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

Color convert

RGB 226 227 115 -
CMYK 0.00 0 0.49 0.11
HSL 60.54º 0.67% 0.67% -
HSV(B) 60.54º 0.49% 0.89% -
XYZ 61.93 72.34 26.92 -
YUV 213.93 72.17 136.61 -
System Red Green Blue C M Y K H S L
Decimal 226 227 115 0.00 0 0.49 0.11 60.54 0.67 0.67
Hex E2 E3 73 0 0 31 B 3D 43 43
Octal 342 343 163 0 0 61 13 75 103 103
Binary 11100010 11100011 1110011 0 0 110001 1011 111101 1000011 1000011

Color Harmonies of #E2E373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E373

Black with #E2E373

Text Example


Text Example

White with #E2E373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E373; }

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

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

background-color css

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

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

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

border-color css

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

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

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