#EDD683

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

Shades of Buff #EDD683

Tints of Buff #EDD683

Color information

#EDD683 (or 0xEDD683) is unknown color: approx Buff. HEX triplet: ED, D6 and 83. RGB value is (237,214,131). Sum of RGB (Red+Green+Blue) = 237+214+131=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 214 (83.98% from 255 or 36.77% from 582); Blue value is 131 (51.56% from 255 or 22.51% from 582); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD683 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD683 is #12297C. Grayscale: #D3D3D3. Windows color (decimal): -1190269 or 8640237. OLE color: 8640237.

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

Color convert

RGB237214131-
CMYK00.100.450.07
HSL46.98º74.65%72.16%-
HSV(B)46.98º44.73%92.94%-
XYZ63.0767.7431.22-
YUV211.4282.62146.25-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.72%
GREEN value IS 214 (83.98% from 255) = 36.77%
BLUE value IS 131 (51.56% from 255) = 22.51%
R=40.72%
G=36.77%
B=22.51%

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
Decimal23721413100.100.450.0746.9874.6572.16
HexEDD6830A2D72f4b48
Octal35532620301255757113110
Binary1110110111010110100000110101010110111110111110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD683; }

 p { color: rgb(237,214,131); }

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

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

 a { background-color: rgb(237,214,131); }

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

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

 span { border-color: rgb(237,214,131); }

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