Html Css Color HEX #ECDA78 Flax

📋 copy color: '#ECDA78'

red 236 ◦ green 218 ◦ blue 120

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

Shades of Flax #ECDA78

Tints of Flax #ECDA78

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.98%

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

R = 41.11%
G = 37.98%
B = 20.91%

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

#ECDA78 (or 0xECDA78) is known color: Flax. HEX triplet: EC, DA and 78. RGB value is (236,218,120). Sum of RGB (Red+Green+Blue) = 236+218+120=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 218 (85.55% from 255 or 37.98% from 574); Blue value is 120 (47.27% from 255 or 20.91% from 574); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDA78 is #132587. Grayscale: #D4D4D4. Windows color (decimal): -1254792 or 7920364. OLE color: 7920364.

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

Color convert

RGB 236 218 120 -
CMYK 0 0.08 0.49 0.07
HSL 50.69º 0.75% 0.7% -
HSV(B) 50.69º 0.49% 0.93% -
XYZ 63.05 69.33 27.83 -
YUV 212.21 75.96 144.97 -
System Red Green Blue C M Y K H S L
Decimal 236 218 120 0 0.08 0.49 0.07 50.69 0.75 0.7
Hex EC DA 78 0 8 31 7 33 4B 46
Octal 354 332 170 0 10 61 7 63 113 106
Binary 11101100 11011010 1111000 0 1000 110001 111 110011 1001011 1000110

Color Harmonies of #ECDA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDA78

Black with #ECDA78

Text Example


Text Example

White with #ECDA78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDA78; }

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

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

background-color css

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

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

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

border-color css

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

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

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