Html Css Color HEX #EED885 Buff

📋 copy color: '#EED885'

red 238 ◦ green 216 ◦ blue 133

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

Shades of Buff #EED885

Tints of Buff #EED885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 22.66%

R = 40.55%
G = 36.8%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EED885 (or 0xEED885) is known color: Buff. HEX triplet: EE, D8 and 85. RGB value is (238,216,133). Sum of RGB (Red+Green+Blue) = 238+216+133=587 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.55% from 587); Green value is 216 (84.77% from 255 or 36.80% from 587); Blue value is 133 (52.34% from 255 or 22.66% from 587); Max value from RGB is 238 - color contains mainly: red. Hex color #EED885 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED885 is #11277A. Grayscale: #D5D5D5. Windows color (decimal): -1124219 or 8771822. OLE color: 8771822.

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

Color convert

RGB 238 216 133 -
CMYK 0 0.09 0.44 0.07
HSL 47.43º 0.76% 0.73% -
HSV(B) 47.43º 0.44% 0.93% -
XYZ 64.05 68.98 32.13 -
YUV 213.12 82.79 145.75 -
System Red Green Blue C M Y K H S L
Decimal 238 216 133 0 0.09 0.44 0.07 47.43 0.76 0.73
Hex EE D8 85 0 9 2C 7 2F 4C 49
Octal 356 330 205 0 11 54 7 57 114 111
Binary 11101110 11011000 10000101 0 1001 101100 111 101111 1001100 1001001

Color Harmonies of #EED885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED885

Black with #EED885

Text Example


Text Example

White with #EED885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED885; }

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

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

background-color css

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

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

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

border-color css

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

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

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