Html Css Color HEX #ECDC8A Flax

📋 copy color: '#ECDC8A'

red 236 ◦ green 220 ◦ blue 138

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

Shades of Flax #ECDC8A

Tints of Flax #ECDC8A

RGB

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

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

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

R = 39.73%
G = 37.04%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ECDC8A (or 0xECDC8A) is known color: Flax. HEX triplet: EC, DC and 8A. RGB value is (236,220,138). Sum of RGB (Red+Green+Blue) = 236+220+138=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 138 (54.30% from 255 or 23.23% from 594); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDC8A is #132375. Grayscale: #D7D7D7. Windows color (decimal): -1254262 or 9100524. OLE color: 9100524.

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

Color convert

RGB 236 220 138 -
CMYK 0 0.07 0.42 0.07
HSL 50.2º 0.72% 0.73% -
HSV(B) 50.2º 0.42% 0.93% -
XYZ 64.77 70.85 34.31 -
YUV 215.44 84.3 142.67 -
System Red Green Blue C M Y K H S L
Decimal 236 220 138 0 0.07 0.42 0.07 50.2 0.72 0.73
Hex EC DC 8A 0 7 2A 7 32 48 49
Octal 354 334 212 0 7 52 7 62 110 111
Binary 11101100 11011100 10001010 0 111 101010 111 110010 1001000 1001001

Color Harmonies of #ECDC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC8A

Black with #ECDC8A

Text Example


Text Example

White with #ECDC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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