Html Css Color HEX #ECDC8D Flax

📋 copy color: '#ECDC8D'

red 236 ◦ green 220 ◦ blue 141

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

Shades of Flax #ECDC8D

Tints of Flax #ECDC8D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.85%

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

R = 39.53%
G = 36.85%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ECDC8D (or 0xECDC8D) is known color: Flax. HEX triplet: EC, DC and 8D. RGB value is (236,220,141). Sum of RGB (Red+Green+Blue) = 236+220+141=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 141 (55.47% from 255 or 23.62% from 597); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDC8D is #132372. Grayscale: #D8D8D8. Windows color (decimal): -1254259 or 9297132. OLE color: 9297132.

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

Color convert

RGB 236 220 141 -
CMYK 0 0.07 0.40 0.07
HSL 49.89º 0.71% 0.74% -
HSV(B) 49.89º 0.4% 0.93% -
XYZ 64.99 70.94 35.47 -
YUV 215.78 85.8 142.42 -
System Red Green Blue C M Y K H S L
Decimal 236 220 141 0 0.07 0.40 0.07 49.89 0.71 0.74
Hex EC DC 8D 0 7 28 7 32 47 4A
Octal 354 334 215 0 7 50 7 62 107 112
Binary 11101100 11011100 10001101 0 111 101000 111 110010 1000111 1001010

Color Harmonies of #ECDC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC8D

Black with #ECDC8D

Text Example


Text Example

White with #ECDC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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