Html Css Color HEX #ECD88E Flax

📋 copy color: '#ECD88E'

red 236 ◦ green 216 ◦ blue 142

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

Shades of Flax #ECD88E

Tints of Flax #ECD88E

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.36%

 BLUE value IS 142 (55.86% from 255) = 23.91%

R = 39.73%
G = 36.36%
B = 23.91%

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

#ECD88E (or 0xECD88E) is known color: Flax. HEX triplet: EC, D8 and 8E. RGB value is (236,216,142). Sum of RGB (Red+Green+Blue) = 236+216+142=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 216 (84.77% from 255 or 36.36% from 594); Blue value is 142 (55.86% from 255 or 23.91% from 594); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD88E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD88E is #132771. Grayscale: #D5D5D5. Windows color (decimal): -1255282 or 9361644. OLE color: 9361644.

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

Color convert

RGB 236 216 142 -
CMYK 0 0.08 0.40 0.07
HSL 47.23º 0.71% 0.74% -
HSV(B) 47.23º 0.4% 0.93% -
XYZ 64.03 68.9 35.51 -
YUV 213.54 87.63 144.02 -
System Red Green Blue C M Y K H S L
Decimal 236 216 142 0 0.08 0.40 0.07 47.23 0.71 0.74
Hex EC D8 8E 0 8 28 7 2F 47 4A
Octal 354 330 216 0 10 50 7 57 107 112
Binary 11101100 11011000 10001110 0 1000 101000 111 101111 1000111 1001010

Color Harmonies of #ECD88E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD88E

Black with #ECD88E

Text Example


Text Example

White with #ECD88E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD88E; }

 p { color: rgb(236,216,142); }

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

background-color css

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

 a { background-color: rgb(236,216,142); }

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

border-color css

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

 span { border-color: rgb(236,216,142); }

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