Html Css Color HEX #ECD57E Flax

📋 copy color: '#ECD57E'

red 236 ◦ green 213 ◦ blue 126

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

Shades of Flax #ECD57E

Tints of Flax #ECD57E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.04%

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

R = 41.04%
G = 37.04%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ECD57E (or 0xECD57E) is known color: Flax. HEX triplet: EC, D5 and 7E. RGB value is (236,213,126). Sum of RGB (Red+Green+Blue) = 236+213+126=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 213 (83.59% from 255 or 37.04% from 575); Blue value is 126 (49.61% from 255 or 21.91% from 575); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD57E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD57E is #132A81. Grayscale: #D2D2D2. Windows color (decimal): -1256066 or 8312300. OLE color: 8312300.

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

Color convert

RGB 236 213 126 -
CMYK 0 0.10 0.47 0.07
HSL 47.45º 0.74% 0.71% -
HSV(B) 47.45º 0.47% 0.93% -
XYZ 62.15 66.93 29.38 -
YUV 209.96 80.62 146.57 -
System Red Green Blue C M Y K H S L
Decimal 236 213 126 0 0.10 0.47 0.07 47.45 0.74 0.71
Hex EC D5 7E 0 A 2F 7 2F 4A 47
Octal 354 325 176 0 12 57 7 57 112 107
Binary 11101100 11010101 1111110 0 1010 101111 111 101111 1001010 1000111

Color Harmonies of #ECD57E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD57E

Black with #ECD57E

Text Example


Text Example

White with #ECD57E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD57E; }

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

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

background-color css

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

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

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

border-color css

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

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

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