#EED78B

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

Shades of Buff #EED78B

Tints of Buff #EED78B

Color information

#EED78B (or 0xEED78B) is unknown color: approx Buff. HEX triplet: EE, D7 and 8B. RGB value is (238,215,139). Sum of RGB (Red+Green+Blue) = 238+215+139=592 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.20% from 592); Green value is 215 (84.38% from 255 or 36.32% from 592); Blue value is 139 (54.69% from 255 or 23.48% from 592); Max value from RGB is 238 - color contains mainly: red. Hex color #EED78B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED78B is #112874. Grayscale: #D5D5D5. Windows color (decimal): -1124469 or 9164782. OLE color: 9164782.

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

Color convert

RGB238215139-
CMYK00.100.420.07
HSL46.06º74.44%73.92%-
HSV(B)46.06º41.6%93.33%-
XYZ64.2268.6434.29-
YUV213.2186.12145.68-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.20%
GREEN value IS 215 (84.38% from 255) = 36.32%
BLUE value IS 139 (54.69% from 255) = 23.48%
R=40.20%
G=36.32%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821513900.100.420.0746.0674.4473.92
HexEED78B0A2A72e4a4a
Octal35632721301252756112112
Binary1110111011010111100010110101010101011110111010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED78B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED78B; }

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

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

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

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

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

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

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

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