Html Css Color HEX #E2E06C Goldenrod

📋 copy color: '#E2E06C'

red 226 ◦ green 224 ◦ blue 108

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

Shades of Goldenrod #E2E06C

Tints of Goldenrod #E2E06C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.35%

R = 40.5%
G = 40.14%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#E2E06C (or 0xE2E06C) is known color: Goldenrod. HEX triplet: E2, E0 and 6C. RGB value is (226,224,108). Sum of RGB (Red+Green+Blue) = 226+224+108=558 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.50% from 558); Green value is 224 (87.89% from 255 or 40.14% from 558); Blue value is 108 (42.58% from 255 or 19.35% from 558); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E06C is #1D1F93. Grayscale: #D3D3D3. Windows color (decimal): -1908628 or 7135458. OLE color: 7135458.

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

Color convert

RGB 226 224 108 -
CMYK 0 0.01 0.52 0.11
HSL 58.98º 0.67% 0.65% -
HSV(B) 58.98º 0.52% 0.89% -
XYZ 60.73 70.56 24.61 -
YUV 211.37 69.66 138.43 -
System Red Green Blue C M Y K H S L
Decimal 226 224 108 0 0.01 0.52 0.11 58.98 0.67 0.65
Hex E2 E0 6C 0 1 34 B 3B 43 41
Octal 342 340 154 0 1 64 13 73 103 101
Binary 11100010 11100000 1101100 0 1 110100 1011 111011 1000011 1000001

Color Harmonies of #E2E06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E06C

Black with #E2E06C

Text Example


Text Example

White with #E2E06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E06C; }

 p { color: rgb(226,224,108); }

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

background-color css

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

 a { background-color: rgb(226,224,108); }

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

border-color css

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

 span { border-color: rgb(226,224,108); }

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