#EED77A

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

Shades of Buff #EED77A

Tints of Buff #EED77A

Color information

#EED77A (or 0xEED77A) is unknown color: approx Buff. HEX triplet: EE, D7 and 7A. RGB value is (238,215,122). Sum of RGB (Red+Green+Blue) = 238+215+122=575 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.39% from 575); Green value is 215 (84.38% from 255 or 37.39% from 575); Blue value is 122 (48.05% from 255 or 21.22% from 575); Max value from RGB is 238 - color contains mainly: red. Hex color #EED77A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED77A is #112885. Grayscale: #D3D3D3. Windows color (decimal): -1124486 or 8050670. OLE color: 8050670.

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

Color convert

RGB238215122-
CMYK00.100.490.07
HSL48.1º77.33%70.59%-
HSV(B)48.1º48.74%93.33%-
XYZ63.0768.1828.25-
YUV211.2777.62147.06-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.39%
GREEN value IS 215 (84.38% from 255) = 37.39%
BLUE value IS 122 (48.05% from 255) = 21.22%
R=41.39%
G=37.39%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821512200.100.490.0748.177.3370.59
HexEED77A0A317304d47
Octal35632717201261760115107
Binary111011101101011111110100101011000111111000010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED77A; }

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

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

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

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

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

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

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

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