#EED382

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

Shades of Buff #EED382

Tints of Buff #EED382

Color information

#EED382 (or 0xEED382) is unknown color: approx Buff. HEX triplet: EE, D3 and 82. RGB value is (238,211,130). Sum of RGB (Red+Green+Blue) = 238+211+130=579 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.11% from 579); Green value is 211 (82.81% from 255 or 36.44% from 579); Blue value is 130 (51.17% from 255 or 22.45% from 579); Max value from RGB is 238 - color contains mainly: red. Hex color #EED382 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED382 is #112C7D. Grayscale: #D2D2D2. Windows color (decimal): -1125502 or 8573934. OLE color: 8573934.

HSL color Cylindrical-coordinate representation of color #EED382: hue angle of 45º 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 #EED382 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB238211130-
CMYK00.110.450.07
HSL45º76.06%72.16%-
HSV(B)45º45.38%93.33%-
XYZ62.5866.3830.63-
YUV209.8482.95148.09-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.11%
GREEN value IS 211 (82.81% from 255) = 36.44%
BLUE value IS 130 (51.17% from 255) = 22.45%
R=41.11%
G=36.44%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821113000.110.450.074576.0672.16
HexEED3820B2D72d4c48
Octal35632320201355755114110
Binary1110111011010011100000100101110110111110110110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED382; }

 p { color: rgb(238,211,130); }

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

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

 a { background-color: rgb(238,211,130); }

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

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

 span { border-color: rgb(238,211,130); }

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