Html Css Color HEX #ECD983 Flax

📋 copy color: '#ECD983'

red 236 ◦ green 217 ◦ blue 131

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

Shades of Flax #ECD983

Tints of Flax #ECD983

RGB

 RED value IS 236 (92.58% from 255) = 40.41%

 GREEN value IS 217 (85.16% from 255) = 37.16%

 BLUE value IS 131 (51.56% from 255) = 22.43%

R = 40.41%
G = 37.16%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#ECD983 (or 0xECD983) is known color: Flax. HEX triplet: EC, D9 and 83. RGB value is (236,217,131). Sum of RGB (Red+Green+Blue) = 236+217+131=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 217 (85.16% from 255 or 37.16% from 584); Blue value is 131 (51.56% from 255 or 22.43% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD983 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD983 is #13267C. Grayscale: #D5D5D5. Windows color (decimal): -1255037 or 8641004. OLE color: 8641004.

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

Color convert

RGB 236 217 131 -
CMYK 0 0.08 0.44 0.07
HSL 49.14º 0.73% 0.72% -
HSV(B) 49.14º 0.44% 0.93% -
XYZ 63.5 69.1 31.46 -
YUV 212.88 81.79 144.49 -
System Red Green Blue C M Y K H S L
Decimal 236 217 131 0 0.08 0.44 0.07 49.14 0.73 0.72
Hex EC D9 83 0 8 2C 7 31 49 48
Octal 354 331 203 0 10 54 7 61 111 110
Binary 11101100 11011001 10000011 0 1000 101100 111 110001 1001001 1001000

Color Harmonies of #ECD983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD983

Black with #ECD983

Text Example


Text Example

White with #ECD983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD983; }

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

 H1.HeaderClassName
 {
   color: #ECD983;
 }
 .AnyTagClassName
 {
   color: #ECD983;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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