#ECD683

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

Shades of Flax #ECD683

Tints of Flax #ECD683

Color information

#ECD683 (or 0xECD683) is unknown color: approx Flax. HEX triplet: EC, D6 and 83. RGB value is (236,214,131). Sum of RGB (Red+Green+Blue) = 236+214+131=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 214 (83.98% from 255 or 36.83% from 581); Blue value is 131 (51.56% from 255 or 22.55% from 581); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD683 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD683 is #13297C. Grayscale: #D3D3D3. Windows color (decimal): -1255805 or 8640236. OLE color: 8640236.

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

Color convert

RGB236214131-
CMYK00.090.440.07
HSL47.43º73.43%71.96%-
HSV(B)47.43º44.49%92.55%-
XYZ62.7467.5631.21-
YUV211.1282.79145.75-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.62%
GREEN value IS 214 (83.98% from 255) = 36.83%
BLUE value IS 131 (51.56% from 255) = 22.55%
R=40.62%
G=36.83%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621413100.090.440.0747.4373.4371.96
HexECD683092C72f4948
Octal35432620301154757111110
Binary1110110011010110100000110100110110011110111110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD683; }

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

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

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

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

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

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

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

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