Html Css Color HEX #ECD87F Flax

📋 copy color: '#ECD87F'

red 236 ◦ green 216 ◦ blue 127

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

Shades of Flax #ECD87F

Tints of Flax #ECD87F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.31%

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

R = 40.76%
G = 37.31%
B = 21.93%

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

#ECD87F (or 0xECD87F) is known color: Flax. HEX triplet: EC, D8 and 7F. RGB value is (236,216,127). Sum of RGB (Red+Green+Blue) = 236+216+127=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 216 (84.77% from 255 or 37.31% from 579); Blue value is 127 (50% from 255 or 21.93% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD87F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD87F is #132780. Grayscale: #D4D4D4. Windows color (decimal): -1255297 or 8378604. OLE color: 8378604.

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

Color convert

RGB 236 216 127 -
CMYK 0 0.08 0.46 0.07
HSL 48.99º 0.74% 0.71% -
HSV(B) 48.99º 0.46% 0.93% -
XYZ 62.98 68.48 29.98 -
YUV 211.83 80.13 145.24 -
System Red Green Blue C M Y K H S L
Decimal 236 216 127 0 0.08 0.46 0.07 48.99 0.74 0.71
Hex EC D8 7F 0 8 2E 7 31 4A 47
Octal 354 330 177 0 10 56 7 61 112 107
Binary 11101100 11011000 1111111 0 1000 101110 111 110001 1001010 1000111

Color Harmonies of #ECD87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD87F

Black with #ECD87F

Text Example


Text Example

White with #ECD87F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD87F; }

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

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

background-color css

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

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

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

border-color css

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

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

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