Html Css Color HEX #ECD885 Flax

📋 copy color: '#ECD885'

red 236 ◦ green 216 ◦ blue 133

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

Shades of Flax #ECD885

Tints of Flax #ECD885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 22.74%

R = 40.34%
G = 36.92%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#ECD885 (or 0xECD885) is known color: Flax. HEX triplet: EC, D8 and 85. RGB value is (236,216,133). Sum of RGB (Red+Green+Blue) = 236+216+133=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 216 (84.77% from 255 or 36.92% from 585); Blue value is 133 (52.34% from 255 or 22.74% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD885 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD885 is #13277A. Grayscale: #D4D4D4. Windows color (decimal): -1255291 or 8771820. OLE color: 8771820.

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

Color convert

RGB 236 216 133 -
CMYK 0 0.08 0.44 0.07
HSL 48.35º 0.73% 0.72% -
HSV(B) 48.35º 0.44% 0.93% -
XYZ 63.38 68.64 32.1 -
YUV 212.52 83.13 144.75 -
System Red Green Blue C M Y K H S L
Decimal 236 216 133 0 0.08 0.44 0.07 48.35 0.73 0.72
Hex EC D8 85 0 8 2C 7 30 49 48
Octal 354 330 205 0 10 54 7 60 111 110
Binary 11101100 11011000 10000101 0 1000 101100 111 110000 1001001 1001000

Color Harmonies of #ECD885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD885

Black with #ECD885

Text Example


Text Example

White with #ECD885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD885; }

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

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

background-color css

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

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

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

border-color css

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

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

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