Html Css Color HEX #ECD985 Flax

📋 copy color: '#ECD985'

red 236 ◦ green 217 ◦ blue 133

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

Shades of Flax #ECD985

Tints of Flax #ECD985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 22.7%

R = 40.27%
G = 37.03%
B = 22.7%

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

#ECD985 (or 0xECD985) is known color: Flax. HEX triplet: EC, D9 and 85. RGB value is (236,217,133). Sum of RGB (Red+Green+Blue) = 236+217+133=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 217 (85.16% from 255 or 37.03% from 586); Blue value is 133 (52.34% from 255 or 22.70% from 586); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD985 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD985 is #13267A. Grayscale: #D5D5D5. Windows color (decimal): -1255035 or 8772076. OLE color: 8772076.

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

Color convert

RGB 236 217 133 -
CMYK 0 0.08 0.44 0.07
HSL 48.93º 0.73% 0.72% -
HSV(B) 48.93º 0.44% 0.93% -
XYZ 63.64 69.15 32.18 -
YUV 213.11 82.79 144.33 -
System Red Green Blue C M Y K H S L
Decimal 236 217 133 0 0.08 0.44 0.07 48.93 0.73 0.72
Hex EC D9 85 0 8 2C 7 31 49 48
Octal 354 331 205 0 10 54 7 61 111 110
Binary 11101100 11011001 10000101 0 1000 101100 111 110001 1001001 1001000

Color Harmonies of #ECD985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD985

Black with #ECD985

Text Example


Text Example

White with #ECD985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD985; }

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

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

background-color css

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

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

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

border-color css

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

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

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