Html Css Color HEX #E2E575 Goldenrod

📋 copy color: '#E2E575'

red 226 ◦ green 229 ◦ blue 117

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

Shades of Goldenrod #E2E575

Tints of Goldenrod #E2E575

RGB

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

 GREEN value IS 229 (89.84% from 255) = 40.03%

 BLUE value IS 117 (46.09% from 255) = 20.45%

R = 39.51%
G = 40.03%
B = 20.45%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E2E575 (or 0xE2E575) is known color: Goldenrod. HEX triplet: E2, E5 and 75. RGB value is (226,229,117). Sum of RGB (Red+Green+Blue) = 226+229+117=572 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.51% from 572); Green value is 229 (89.84% from 255 or 40.03% from 572); Blue value is 117 (46.09% from 255 or 20.45% from 572); Max value from RGB is 229 - color contains mainly: green. Hex color #E2E575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E575 is #1D1A8A. Grayscale: #D7D7D7. Windows color (decimal): -1907339 or 7726562. OLE color: 7726562.

HSL color Cylindrical-coordinate representation of color #E2E575: hue angle of 61.61º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E2E575 is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 226 229 117 -
CMYK 0.01 0 0.49 0.10
HSL 61.61º 0.68% 0.68% -
HSV(B) 61.61º 0.49% 0.9% -
XYZ 62.59 73.49 27.72 -
YUV 215.34 72.51 135.61 -
System Red Green Blue C M Y K H S L
Decimal 226 229 117 0.01 0 0.49 0.10 61.61 0.68 0.68
Hex E2 E5 75 1 0 31 A 3E 44 44
Octal 342 345 165 1 0 61 12 76 104 104
Binary 11100010 11100101 1110101 1 0 110001 1010 111110 1000100 1000100

Color Harmonies of #E2E575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E575

Black with #E2E575

Text Example


Text Example

White with #E2E575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E575; }

 p { color: rgb(226,229,117); }

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

background-color css

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

 a { background-color: rgb(226,229,117); }

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

border-color css

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

 span { border-color: rgb(226,229,117); }

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