Html Css Color HEX #ECD97F Flax

📋 copy color: '#ECD97F'

red 236 ◦ green 217 ◦ blue 127

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

Shades of Flax #ECD97F

Tints of Flax #ECD97F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 21.9%

R = 40.69%
G = 37.41%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ECD97F (or 0xECD97F) is known color: Flax. HEX triplet: EC, D9 and 7F. RGB value is (236,217,127). Sum of RGB (Red+Green+Blue) = 236+217+127=580 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.69% from 580); Green value is 217 (85.16% from 255 or 37.41% from 580); Blue value is 127 (50% from 255 or 21.90% from 580); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD97F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD97F is #132680. Grayscale: #D4D4D4. Windows color (decimal): -1255041 or 8378860. OLE color: 8378860.

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

Color convert

RGB 236 217 127 -
CMYK 0 0.08 0.46 0.07
HSL 49.54º 0.74% 0.71% -
HSV(B) 49.54º 0.46% 0.93% -
XYZ 63.24 68.99 30.06 -
YUV 212.42 79.79 144.82 -
System Red Green Blue C M Y K H S L
Decimal 236 217 127 0 0.08 0.46 0.07 49.54 0.74 0.71
Hex EC D9 7F 0 8 2E 7 32 4A 47
Octal 354 331 177 0 10 56 7 62 112 107
Binary 11101100 11011001 1111111 0 1000 101110 111 110010 1001010 1000111

Color Harmonies of #ECD97F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD97F

Black with #ECD97F

Text Example


Text Example

White with #ECD97F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD97F; }

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

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

background-color css

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

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

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

border-color css

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

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

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