Html Css Color HEX #ECD37C Flax

📋 copy color: '#ECD37C'

red 236 ◦ green 211 ◦ blue 124

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

Shades of Flax #ECD37C

Tints of Flax #ECD37C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.95%

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

R = 41.33%
G = 36.95%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ECD37C (or 0xECD37C) is known color: Flax. HEX triplet: EC, D3 and 7C. RGB value is (236,211,124). Sum of RGB (Red+Green+Blue) = 236+211+124=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 211 (82.81% from 255 or 36.95% from 571); Blue value is 124 (48.83% from 255 or 21.72% from 571); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD37C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD37C is #132C83. Grayscale: #D0D0D0. Windows color (decimal): -1256580 or 8180716. OLE color: 8180716.

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

Color convert

RGB 236 211 124 -
CMYK 0 0.11 0.47 0.07
HSL 46.61º 0.75% 0.71% -
HSV(B) 46.61º 0.47% 0.93% -
XYZ 61.52 65.88 28.54 -
YUV 208.56 80.28 147.57 -
System Red Green Blue C M Y K H S L
Decimal 236 211 124 0 0.11 0.47 0.07 46.61 0.75 0.71
Hex EC D3 7C 0 B 2F 7 2F 4B 47
Octal 354 323 174 0 13 57 7 57 113 107
Binary 11101100 11010011 1111100 0 1011 101111 111 101111 1001011 1000111

Color Harmonies of #ECD37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD37C

Black with #ECD37C

Text Example


Text Example

White with #ECD37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD37C; }

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

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

background-color css

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

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

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

border-color css

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

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

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