#EED783

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

Shades of Buff #EED783

Tints of Buff #EED783

Color information

#EED783 (or 0xEED783) is unknown color: approx Buff. HEX triplet: EE, D7 and 83. RGB value is (238,215,131). Sum of RGB (Red+Green+Blue) = 238+215+131=584 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.75% from 584); Green value is 215 (84.38% from 255 or 36.82% from 584); Blue value is 131 (51.56% from 255 or 22.43% from 584); Max value from RGB is 238 - color contains mainly: red. Hex color #EED783 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED783 is #11287C. Grayscale: #D4D4D4. Windows color (decimal): -1124477 or 8640494. OLE color: 8640494.

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

Color convert

RGB238215131-
CMYK00.100.450.07
HSL47.1º75.89%72.35%-
HSV(B)47.1º44.96%93.33%-
XYZ63.6668.4231.32-
YUV212.382.12146.33-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.75%
GREEN value IS 215 (84.38% from 255) = 36.82%
BLUE value IS 131 (51.56% from 255) = 22.43%
R=40.75%
G=36.82%
B=22.43%

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
Decimal23821513100.100.450.0747.175.8972.35
HexEED7830A2D72f4c48
Octal35632720301255757114110
Binary1110111011010111100000110101010110111110111110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED783; }

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

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

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

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

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

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

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

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