Html Css Color HEX #ECDB7C Flax

📋 copy color: '#ECDB7C'

red 236 ◦ green 219 ◦ blue 124

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

Shades of Flax #ECDB7C

Tints of Flax #ECDB7C

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.82%

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

R = 40.76%
G = 37.82%
B = 21.42%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ECDB7C (or 0xECDB7C) is known color: Flax. HEX triplet: EC, DB and 7C. RGB value is (236,219,124). Sum of RGB (Red+Green+Blue) = 236+219+124=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 219 (85.94% from 255 or 37.82% from 579); Blue value is 124 (48.83% from 255 or 21.42% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDB7C is #132483. Grayscale: #D5D5D5. Windows color (decimal): -1254532 or 8182764. OLE color: 8182764.

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

Color convert

RGB 236 219 124 -
CMYK 0 0.07 0.47 0.07
HSL 50.89º 0.75% 0.71% -
HSV(B) 50.89º 0.47% 0.93% -
XYZ 63.56 69.95 29.22 -
YUV 213.25 77.63 144.22 -
System Red Green Blue C M Y K H S L
Decimal 236 219 124 0 0.07 0.47 0.07 50.89 0.75 0.71
Hex EC DB 7C 0 7 2F 7 33 4B 47
Octal 354 333 174 0 7 57 7 63 113 107
Binary 11101100 11011011 1111100 0 111 101111 111 110011 1001011 1000111

Color Harmonies of #ECDB7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDB7C

Black with #ECDB7C

Text Example


Text Example

White with #ECDB7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDB7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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