#EED784

Color #EED784 Buff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buff #EED784

Tints of Buff #EED784

Color information

#EED784 (or 0xEED784) is unknown color: approx Buff. HEX triplet: EE, D7 and 84. RGB value is (238,215,132). Sum of RGB (Red+Green+Blue) = 238+215+132=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 215 (84.38% from 255 or 36.75% from 585); Blue value is 132 (51.95% from 255 or 22.56% from 585); Max value from RGB is 238 - color contains mainly: red. Hex color #EED784 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED784 is #11287B. Grayscale: #D4D4D4. Windows color (decimal): -1124476 or 8706030. OLE color: 8706030.

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

Color convert

RGB238215132-
CMYK00.100.450.07
HSL46.98º75.71%72.55%-
HSV(B)46.98º44.54%93.33%-
XYZ63.7368.4431.68-
YUV212.4282.62146.25-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.68%
GREEN value IS 215 (84.38% from 255) = 36.75%
BLUE value IS 132 (51.95% from 255) = 22.56%
R=40.68%
G=36.75%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821513200.100.450.0746.9875.7172.55
HexEED7840A2D72f4c49
Octal35632720401255757114111
Binary1110111011010111100001000101010110111110111110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED784; }

 p { color: rgb(238,215,132); }

 H1.HeaderClassName
 {
   color: #EED784;
 }
 .AnyTagClassName
 {
   color: #EED784;
 }
</style>
background-color css

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

 a { background-color: rgb(238,215,132); }

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

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

 span { border-color: rgb(238,215,132); }

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