Html Css Color HEX #EED890 Buff

📋 copy color: '#EED890'

red 238 ◦ green 216 ◦ blue 144

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

Shades of Buff #EED890

Tints of Buff #EED890

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.12%

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

R = 39.8%
G = 36.12%
B = 24.08%

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

#EED890 (or 0xEED890) is known color: Buff. HEX triplet: EE, D8 and 90. RGB value is (238,216,144). Sum of RGB (Red+Green+Blue) = 238+216+144=598 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.80% from 598); Green value is 216 (84.77% from 255 or 36.12% from 598); Blue value is 144 (56.64% from 255 or 24.08% from 598); Max value from RGB is 238 - color contains mainly: red. Hex color #EED890 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED890 is #11276F. Grayscale: #D6D6D6. Windows color (decimal): -1124208 or 9492718. OLE color: 9492718.

HSL color Cylindrical-coordinate representation of color #EED890: hue angle of 45.96º 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 #EED890 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 216 144 -
CMYK 0 0.09 0.39 0.07
HSL 45.96º 0.73% 0.75% -
HSV(B) 45.96º 0.39% 0.93% -
XYZ 64.85 69.3 36.34 -
YUV 214.37 88.29 144.85 -
System Red Green Blue C M Y K H S L
Decimal 238 216 144 0 0.09 0.39 0.07 45.96 0.73 0.75
Hex EE D8 90 0 9 27 7 2E 49 4B
Octal 356 330 220 0 11 47 7 56 111 113
Binary 11101110 11011000 10010000 0 1001 100111 111 101110 1001001 1001011

Color Harmonies of #EED890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED890

Black with #EED890

Text Example


Text Example

White with #EED890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED890; }

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

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

background-color css

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

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

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

border-color css

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

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

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