Html Css Color HEX #ECDA8D Flax

📋 copy color: '#ECDA8D'

red 236 ◦ green 218 ◦ blue 141

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

Shades of Flax #ECDA8D

Tints of Flax #ECDA8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 23.7%

R = 39.66%
G = 36.64%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ECDA8D (or 0xECDA8D) is known color: Flax. HEX triplet: EC, DA and 8D. RGB value is (236,218,141). Sum of RGB (Red+Green+Blue) = 236+218+141=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 141 (55.47% from 255 or 23.70% from 595); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDA8D is #132572. Grayscale: #D6D6D6. Windows color (decimal): -1254771 or 9296620. OLE color: 9296620.

HSL color Cylindrical-coordinate representation of color #ECDA8D: hue angle of 48.63º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ECDA8D is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 218 141 -
CMYK 0 0.08 0.40 0.07
HSL 48.63º 0.71% 0.74% -
HSV(B) 48.63º 0.4% 0.93% -
XYZ 64.47 69.9 35.29 -
YUV 214.6 86.46 143.26 -
System Red Green Blue C M Y K H S L
Decimal 236 218 141 0 0.08 0.40 0.07 48.63 0.71 0.74
Hex EC DA 8D 0 8 28 7 31 47 4A
Octal 354 332 215 0 10 50 7 61 107 112
Binary 11101100 11011010 10001101 0 1000 101000 111 110001 1000111 1001010

Color Harmonies of #ECDA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDA8D

Black with #ECDA8D

Text Example


Text Example

White with #ECDA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDA8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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