Html Css Color HEX #ECD97E Flax

📋 copy color: '#ECD97E'

red 236 ◦ green 217 ◦ blue 126

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

Shades of Flax #ECD97E

Tints of Flax #ECD97E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 21.76%

R = 40.76%
G = 37.48%
B = 21.76%

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

#ECD97E (or 0xECD97E) is known color: Flax. HEX triplet: EC, D9 and 7E. RGB value is (236,217,126). Sum of RGB (Red+Green+Blue) = 236+217+126=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 217 (85.16% from 255 or 37.48% from 579); Blue value is 126 (49.61% from 255 or 21.76% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD97E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD97E is #132681. Grayscale: #D4D4D4. Windows color (decimal): -1255042 or 8313324. OLE color: 8313324.

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

Color convert

RGB 236 217 126 -
CMYK 0 0.08 0.47 0.07
HSL 49.64º 0.74% 0.71% -
HSV(B) 49.64º 0.47% 0.93% -
XYZ 63.17 68.96 29.72 -
YUV 212.31 79.29 144.9 -
System Red Green Blue C M Y K H S L
Decimal 236 217 126 0 0.08 0.47 0.07 49.64 0.74 0.71
Hex EC D9 7E 0 8 2F 7 32 4A 47
Octal 354 331 176 0 10 57 7 62 112 107
Binary 11101100 11011001 1111110 0 1000 101111 111 110010 1001010 1000111

Color Harmonies of #ECD97E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD97E

Black with #ECD97E

Text Example


Text Example

White with #ECD97E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD97E; }

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

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

background-color css

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

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

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

border-color css

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

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

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