Html Css Color HEX #ECD57F Flax

📋 copy color: '#ECD57F'

red 236 ◦ green 213 ◦ blue 127

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

Shades of Flax #ECD57F

Tints of Flax #ECD57F

RGB

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

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

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

R = 40.97%
G = 36.98%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ECD57F (or 0xECD57F) is known color: Flax. HEX triplet: EC, D5 and 7F. RGB value is (236,213,127). Sum of RGB (Red+Green+Blue) = 236+213+127=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 213 (83.59% from 255 or 36.98% from 576); Blue value is 127 (50% from 255 or 22.05% from 576); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD57F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD57F is #132A80. Grayscale: #D2D2D2. Windows color (decimal): -1256065 or 8377836. OLE color: 8377836.

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

Color convert

RGB 236 213 127 -
CMYK 0 0.10 0.46 0.07
HSL 47.34º 0.74% 0.71% -
HSV(B) 47.34º 0.46% 0.93% -
XYZ 62.22 66.95 29.72 -
YUV 210.07 81.12 146.49 -
System Red Green Blue C M Y K H S L
Decimal 236 213 127 0 0.10 0.46 0.07 47.34 0.74 0.71
Hex EC D5 7F 0 A 2E 7 2F 4A 47
Octal 354 325 177 0 12 56 7 57 112 107
Binary 11101100 11010101 1111111 0 1010 101110 111 101111 1001010 1000111

Color Harmonies of #ECD57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD57F

Black with #ECD57F

Text Example


Text Example

White with #ECD57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD57F; }

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

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

background-color css

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

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

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

border-color css

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

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

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