Html Css Color HEX #ECD57C Flax

📋 copy color: '#ECD57C'

red 236 ◦ green 213 ◦ blue 124

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

Shades of Flax #ECD57C

Tints of Flax #ECD57C

RGB

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

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

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

R = 41.19%
G = 37.17%
B = 21.64%

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

#ECD57C (or 0xECD57C) is known color: Flax. HEX triplet: EC, D5 and 7C. RGB value is (236,213,124). Sum of RGB (Red+Green+Blue) = 236+213+124=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 213 (83.59% from 255 or 37.17% from 573); Blue value is 124 (48.83% from 255 or 21.64% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD57C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD57C is #132A83. Grayscale: #D2D2D2. Windows color (decimal): -1256068 or 8181228. OLE color: 8181228.

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

Color convert

RGB 236 213 124 -
CMYK 0 0.10 0.47 0.07
HSL 47.68º 0.75% 0.71% -
HSV(B) 47.68º 0.47% 0.93% -
XYZ 62.02 66.88 28.71 -
YUV 209.73 79.62 146.74 -
System Red Green Blue C M Y K H S L
Decimal 236 213 124 0 0.10 0.47 0.07 47.68 0.75 0.71
Hex EC D5 7C 0 A 2F 7 30 4B 47
Octal 354 325 174 0 12 57 7 60 113 107
Binary 11101100 11010101 1111100 0 1010 101111 111 110000 1001011 1000111

Color Harmonies of #ECD57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD57C

Black with #ECD57C

Text Example


Text Example

White with #ECD57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD57C; }

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

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

background-color css

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

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

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

border-color css

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

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

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