Html Css Color HEX #ECD77F Flax

📋 copy color: '#ECD77F'

red 236 ◦ green 215 ◦ blue 127

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

Shades of Flax #ECD77F

Tints of Flax #ECD77F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.2%

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

R = 40.83%
G = 37.2%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ECD77F (or 0xECD77F) is known color: Flax. HEX triplet: EC, D7 and 7F. RGB value is (236,215,127). Sum of RGB (Red+Green+Blue) = 236+215+127=578 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.83% from 578); Green value is 215 (84.38% from 255 or 37.20% from 578); Blue value is 127 (50% from 255 or 21.97% from 578); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD77F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD77F is #132880. Grayscale: #D3D3D3. Windows color (decimal): -1255553 or 8378348. OLE color: 8378348.

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

Color convert

RGB 236 215 127 -
CMYK 0 0.09 0.46 0.07
HSL 48.44º 0.74% 0.71% -
HSV(B) 48.44º 0.46% 0.93% -
XYZ 62.72 67.97 29.89 -
YUV 211.25 80.46 145.66 -
System Red Green Blue C M Y K H S L
Decimal 236 215 127 0 0.09 0.46 0.07 48.44 0.74 0.71
Hex EC D7 7F 0 9 2E 7 30 4A 47
Octal 354 327 177 0 11 56 7 60 112 107
Binary 11101100 11010111 1111111 0 1001 101110 111 110000 1001010 1000111

Color Harmonies of #ECD77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD77F

Black with #ECD77F

Text Example


Text Example

White with #ECD77F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD77F; }

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

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

background-color css

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

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

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

border-color css

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

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

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