Html Css Color HEX #EED990 Buff

📋 copy color: '#EED990'

red 238 ◦ green 217 ◦ blue 144

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

Shades of Buff #EED990

Tints of Buff #EED990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 24.04%

R = 39.73%
G = 36.23%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EED990 (or 0xEED990) is known color: Buff. HEX triplet: EE, D9 and 90. RGB value is (238,217,144). Sum of RGB (Red+Green+Blue) = 238+217+144=599 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.73% from 599); Green value is 217 (85.16% from 255 or 36.23% from 599); Blue value is 144 (56.64% from 255 or 24.04% from 599); Max value from RGB is 238 - color contains mainly: red. Hex color #EED990 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED990 is #11266F. Grayscale: #D7D7D7. Windows color (decimal): -1123952 or 9492974. OLE color: 9492974.

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

Color convert

RGB 238 217 144 -
CMYK 0 0.09 0.39 0.07
HSL 46.6º 0.73% 0.75% -
HSV(B) 46.6º 0.39% 0.93% -
XYZ 65.11 69.82 36.43 -
YUV 214.96 87.96 144.44 -
System Red Green Blue C M Y K H S L
Decimal 238 217 144 0 0.09 0.39 0.07 46.6 0.73 0.75
Hex EE D9 90 0 9 27 7 2F 49 4B
Octal 356 331 220 0 11 47 7 57 111 113
Binary 11101110 11011001 10010000 0 1001 100111 111 101111 1001001 1001011

Color Harmonies of #EED990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED990

Black with #EED990

Text Example


Text Example

White with #EED990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED990; }

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

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

background-color css

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

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

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

border-color css

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

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

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