Html Css Color HEX #ECD87C Flax

📋 copy color: '#ECD87C'

red 236 ◦ green 216 ◦ blue 124

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

Shades of Flax #ECD87C

Tints of Flax #ECD87C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.5%

 BLUE value IS 124 (48.83% from 255) = 21.53%

R = 40.97%
G = 37.5%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ECD87C (or 0xECD87C) is known color: Flax. HEX triplet: EC, D8 and 7C. RGB value is (236,216,124). Sum of RGB (Red+Green+Blue) = 236+216+124=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 216 (84.77% from 255 or 37.5% from 576); Blue value is 124 (48.83% from 255 or 21.53% from 576); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD87C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD87C is #132783. Grayscale: #D3D3D3. Windows color (decimal): -1255300 or 8181996. OLE color: 8181996.

HSL color Cylindrical-coordinate representation of color #ECD87C: hue angle of 49.29º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ECD87C is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 216 124 -
CMYK 0 0.08 0.47 0.07
HSL 49.29º 0.75% 0.71% -
HSV(B) 49.29º 0.47% 0.93% -
XYZ 62.79 68.4 28.96 -
YUV 211.49 78.63 145.48 -
System Red Green Blue C M Y K H S L
Decimal 236 216 124 0 0.08 0.47 0.07 49.29 0.75 0.71
Hex EC D8 7C 0 8 2F 7 31 4B 47
Octal 354 330 174 0 10 57 7 61 113 107
Binary 11101100 11011000 1111100 0 1000 101111 111 110001 1001011 1000111

Color Harmonies of #ECD87C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD87C

Black with #ECD87C

Text Example


Text Example

White with #ECD87C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD87C; }

 p { color: rgb(236,216,124); }

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

background-color css

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

 a { background-color: rgb(236,216,124); }

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

border-color css

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

 span { border-color: rgb(236,216,124); }

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