Html Css Color HEX #EED981 Buff

📋 copy color: '#EED981'

red 238 ◦ green 217 ◦ blue 129

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

Shades of Buff #EED981

Tints of Buff #EED981

RGB

 RED value IS 238 (93.36% from 255) = 40.75%

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

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

R = 40.75%
G = 37.16%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EED981 (or 0xEED981) is known color: Buff. HEX triplet: EE, D9 and 81. RGB value is (238,217,129). Sum of RGB (Red+Green+Blue) = 238+217+129=584 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.75% from 584); Green value is 217 (85.16% from 255 or 37.16% from 584); Blue value is 129 (50.78% from 255 or 22.09% from 584); Max value from RGB is 238 - color contains mainly: red. Hex color #EED981 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED981 is #11267E. Grayscale: #D5D5D5. Windows color (decimal): -1123967 or 8509934. OLE color: 8509934.

HSL color Cylindrical-coordinate representation of color #EED981: hue angle of 48.44º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EED981 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 217 129 -
CMYK 0 0.09 0.46 0.07
HSL 48.44º 0.76% 0.72% -
HSV(B) 48.44º 0.46% 0.93% -
XYZ 64.04 69.39 30.79 -
YUV 213.25 80.46 145.66 -
System Red Green Blue C M Y K H S L
Decimal 238 217 129 0 0.09 0.46 0.07 48.44 0.76 0.72
Hex EE D9 81 0 9 2E 7 30 4C 48
Octal 356 331 201 0 11 56 7 60 114 110
Binary 11101110 11011001 10000001 0 1001 101110 111 110000 1001100 1001000

Color Harmonies of #EED981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED981

Black with #EED981

Text Example


Text Example

White with #EED981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED981; }

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

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

background-color css

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

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

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

border-color css

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

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

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