Html Css Color HEX #EEDB90 Buff

📋 copy color: '#EEDB90'

red 238 ◦ green 219 ◦ blue 144

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

Shades of Buff #EEDB90

Tints of Buff #EEDB90

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.44%

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

R = 39.6%
G = 36.44%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EEDB90 (or 0xEEDB90) is known color: Buff. HEX triplet: EE, DB and 90. RGB value is (238,219,144). Sum of RGB (Red+Green+Blue) = 238+219+144=601 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.60% from 601); Green value is 219 (85.94% from 255 or 36.44% from 601); Blue value is 144 (56.64% from 255 or 23.96% from 601); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDB90 is #11246F. Grayscale: #D8D8D8. Windows color (decimal): -1123440 or 9493486. OLE color: 9493486.

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

Color convert

RGB 238 219 144 -
CMYK 0 0.08 0.39 0.07
HSL 47.87º 0.73% 0.75% -
HSV(B) 47.87º 0.39% 0.93% -
XYZ 65.63 70.85 36.6 -
YUV 216.13 87.29 143.6 -
System Red Green Blue C M Y K H S L
Decimal 238 219 144 0 0.08 0.39 0.07 47.87 0.73 0.75
Hex EE DB 90 0 8 27 7 30 49 4B
Octal 356 333 220 0 10 47 7 60 111 113
Binary 11101110 11011011 10010000 0 1000 100111 111 110000 1001001 1001011

Color Harmonies of #EEDB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDB90

Black with #EEDB90

Text Example


Text Example

White with #EEDB90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDB90; }

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

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

background-color css

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

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

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

border-color css

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

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

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