Html Css Color HEX #ECDA8A Flax

📋 copy color: '#ECDA8A'

red 236 ◦ green 218 ◦ blue 138

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

Shades of Flax #ECDA8A

Tints of Flax #ECDA8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 23.31%

R = 39.86%
G = 36.82%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ECDA8A (or 0xECDA8A) is known color: Flax. HEX triplet: EC, DA and 8A. RGB value is (236,218,138). Sum of RGB (Red+Green+Blue) = 236+218+138=592 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.86% from 592); Green value is 218 (85.55% from 255 or 36.82% from 592); Blue value is 138 (54.30% from 255 or 23.31% from 592); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDA8A is #132575. Grayscale: #D6D6D6. Windows color (decimal): -1254774 or 9100012. OLE color: 9100012.

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

Color convert

RGB 236 218 138 -
CMYK 0 0.08 0.42 0.07
HSL 48.98º 0.72% 0.73% -
HSV(B) 48.98º 0.42% 0.93% -
XYZ 64.25 69.81 34.13 -
YUV 214.26 84.96 143.5 -
System Red Green Blue C M Y K H S L
Decimal 236 218 138 0 0.08 0.42 0.07 48.98 0.72 0.73
Hex EC DA 8A 0 8 2A 7 31 48 49
Octal 354 332 212 0 10 52 7 61 110 111
Binary 11101100 11011010 10001010 0 1000 101010 111 110001 1001000 1001001

Color Harmonies of #ECDA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDA8A

Black with #ECDA8A

Text Example


Text Example

White with #ECDA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDA8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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