Html Css Color HEX #E2D981 Light Goldenrod

📋 copy color: '#E2D981'

red 226 ◦ green 217 ◦ blue 129

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

Shades of Light Goldenrod #E2D981

Tints of Light Goldenrod #E2D981

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.94%

 BLUE value IS 129 (50.78% from 255) = 22.55%

R = 39.51%
G = 37.94%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#E2D981 (or 0xE2D981) is known color: Light Goldenrod. HEX triplet: E2, D9 and 81. RGB value is (226,217,129). Sum of RGB (Red+Green+Blue) = 226+217+129=572 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.51% from 572); Green value is 217 (85.16% from 255 or 37.94% from 572); Blue value is 129 (50.78% from 255 or 22.55% from 572); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D981 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D981 is #1D267E. Grayscale: #D2D2D2. Windows color (decimal): -1910399 or 8509922. OLE color: 8509922.

HSL color Cylindrical-coordinate representation of color #E2D981: hue angle of 54.43º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E2D981 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 217 129 -
CMYK 0 0.04 0.43 0.11
HSL 54.43º 0.63% 0.7% -
HSV(B) 54.43º 0.43% 0.89% -
XYZ 60.14 67.38 30.6 -
YUV 209.66 82.48 139.66 -
System Red Green Blue C M Y K H S L
Decimal 226 217 129 0 0.04 0.43 0.11 54.43 0.63 0.7
Hex E2 D9 81 0 4 2B B 36 3F 46
Octal 342 331 201 0 4 53 13 66 77 106
Binary 11100010 11011001 10000001 0 100 101011 1011 110110 111111 1000110

Color Harmonies of #E2D981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D981

Black with #E2D981

Text Example


Text Example

White with #E2D981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D981; }

 p { color: rgb(226,217,129); }

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

background-color css

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

 a { background-color: rgb(226,217,129); }

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

border-color css

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

 span { border-color: rgb(226,217,129); }

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