Html Css Color HEX #E2E375 Goldenrod

📋 copy color: '#E2E375'

red 226 ◦ green 227 ◦ blue 117

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

Shades of Goldenrod #E2E375

Tints of Goldenrod #E2E375

RGB

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

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

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

R = 39.65%
G = 39.82%
B = 20.53%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E2E375 (or 0xE2E375) is known color: Goldenrod. HEX triplet: E2, E3 and 75. RGB value is (226,227,117). Sum of RGB (Red+Green+Blue) = 226+227+117=570 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.65% from 570); Green value is 227 (89.06% from 255 or 39.82% from 570); Blue value is 117 (46.09% from 255 or 20.53% from 570); Max value from RGB is 227 - color contains mainly: green. Hex color #E2E375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E375 is #1D1C8A. Grayscale: #D6D6D6. Windows color (decimal): -1907851 or 7726050. OLE color: 7726050.

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

Color convert

RGB 226 227 117 -
CMYK 0.00 0 0.48 0.11
HSL 60.55º 0.66% 0.67% -
HSV(B) 60.55º 0.48% 0.89% -
XYZ 62.04 72.39 27.53 -
YUV 214.16 73.17 136.44 -
System Red Green Blue C M Y K H S L
Decimal 226 227 117 0.00 0 0.48 0.11 60.55 0.66 0.67
Hex E2 E3 75 0 0 30 B 3D 42 43
Octal 342 343 165 0 0 60 13 75 102 103
Binary 11100010 11100011 1110101 0 0 110000 1011 111101 1000010 1000011

Color Harmonies of #E2E375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E375

Black with #E2E375

Text Example


Text Example

White with #E2E375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E375; }

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

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

background-color css

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

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

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

border-color css

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

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

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