Html Css Color HEX #ECD683 Flax

📋 copy color: '#ECD683'

red 236 ◦ green 214 ◦ blue 131

#ECD683
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flax #ECD683

Tints of Flax #ECD683

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 value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#ECD683 (or 0xECD683) is known color: 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

RGB 236 214 131 -
CMYK 0 0.09 0.44 0.07
HSL 47.43º 0.73% 0.72% -
HSV(B) 47.43º 0.44% 0.93% -
XYZ 62.74 67.56 31.21 -
YUV 211.12 82.79 145.75 -
System Red Green Blue C M Y K H S L
Decimal 236 214 131 0 0.09 0.44 0.07 47.43 0.73 0.72
Hex EC D6 83 0 9 2C 7 2F 49 48
Octal 354 326 203 0 11 54 7 57 111 110
Binary 11101100 11010110 10000011 0 1001 101100 111 101111 1001001 1001000

Color Harmonies of #ECD683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD683

Black with #ECD683

Text Example


Text Example

White with #ECD683

Text Example


Text Example

HTML Codes & Css Web 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>