Html Css Color HEX #ECD878 Flax

📋 copy color: '#ECD878'

red 236 ◦ green 216 ◦ blue 120

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

Shades of Flax #ECD878

Tints of Flax #ECD878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 20.98%

R = 41.26%
G = 37.76%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ECD878 (or 0xECD878) is known color: Flax. HEX triplet: EC, D8 and 78. RGB value is (236,216,120). Sum of RGB (Red+Green+Blue) = 236+216+120=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 216 (84.77% from 255 or 37.76% from 572); Blue value is 120 (47.27% from 255 or 20.98% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD878 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD878 is #132787. Grayscale: #D3D3D3. Windows color (decimal): -1255304 or 7919852. OLE color: 7919852.

HSL color Cylindrical-coordinate representation of color #ECD878: hue angle of 49.66º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ECD878 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 216 120 -
CMYK 0 0.08 0.49 0.07
HSL 49.66º 0.75% 0.7% -
HSV(B) 49.66º 0.49% 0.93% -
XYZ 62.54 68.3 27.66 -
YUV 211.04 76.63 145.81 -
System Red Green Blue C M Y K H S L
Decimal 236 216 120 0 0.08 0.49 0.07 49.66 0.75 0.7
Hex EC D8 78 0 8 31 7 32 4B 46
Octal 354 330 170 0 10 61 7 62 113 106
Binary 11101100 11011000 1111000 0 1000 110001 111 110010 1001011 1000110

Color Harmonies of #ECD878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD878

Black with #ECD878

Text Example


Text Example

White with #ECD878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD878; }

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

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

background-color css

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

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

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

border-color css

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

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

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