Html Css Color HEX #ECDC85 Flax

📋 copy color: '#ECDC85'

red 236 ◦ green 220 ◦ blue 133

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

Shades of Flax #ECDC85

Tints of Flax #ECDC85

RGB

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

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

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

R = 40.07%
G = 37.35%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#ECDC85 (or 0xECDC85) is known color: Flax. HEX triplet: EC, DC and 85. RGB value is (236,220,133). Sum of RGB (Red+Green+Blue) = 236+220+133=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 133 (52.34% from 255 or 22.58% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDC85 is #13237A. Grayscale: #D7D7D7. Windows color (decimal): -1254267 or 8772844. OLE color: 8772844.

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

Color convert

RGB 236 220 133 -
CMYK 0 0.07 0.44 0.07
HSL 50.68º 0.73% 0.72% -
HSV(B) 50.68º 0.44% 0.93% -
XYZ 64.42 70.71 32.44 -
YUV 214.87 81.8 143.07 -
System Red Green Blue C M Y K H S L
Decimal 236 220 133 0 0.07 0.44 0.07 50.68 0.73 0.72
Hex EC DC 85 0 7 2C 7 33 49 48
Octal 354 334 205 0 7 54 7 63 111 110
Binary 11101100 11011100 10000101 0 111 101100 111 110011 1001001 1001000

Color Harmonies of #ECDC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC85

Black with #ECDC85

Text Example


Text Example

White with #ECDC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC85; }

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

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

background-color css

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

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

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

border-color css

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

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

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