Html Css Color HEX #ECD982 Flax

📋 copy color: '#ECD982'

red 236 ◦ green 217 ◦ blue 130

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

Shades of Flax #ECD982

Tints of Flax #ECD982

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.22%

 BLUE value IS 130 (51.17% from 255) = 22.3%

R = 40.48%
G = 37.22%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#ECD982 (or 0xECD982) is known color: Flax. HEX triplet: EC, D9 and 82. RGB value is (236,217,130). Sum of RGB (Red+Green+Blue) = 236+217+130=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 217 (85.16% from 255 or 37.22% from 583); Blue value is 130 (51.17% from 255 or 22.30% from 583); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD982 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD982 is #13267D. Grayscale: #D5D5D5. Windows color (decimal): -1255038 or 8575468. OLE color: 8575468.

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

Color convert

RGB 236 217 130 -
CMYK 0 0.08 0.45 0.07
HSL 49.25º 0.74% 0.72% -
HSV(B) 49.25º 0.45% 0.93% -
XYZ 63.43 69.07 31.11 -
YUV 212.76 81.29 144.57 -
System Red Green Blue C M Y K H S L
Decimal 236 217 130 0 0.08 0.45 0.07 49.25 0.74 0.72
Hex EC D9 82 0 8 2D 7 31 4A 48
Octal 354 331 202 0 10 55 7 61 112 110
Binary 11101100 11011001 10000010 0 1000 101101 111 110001 1001010 1001000

Color Harmonies of #ECD982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD982

Black with #ECD982

Text Example


Text Example

White with #ECD982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD982; }

 p { color: rgb(236,217,130); }

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

background-color css

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

 a { background-color: rgb(236,217,130); }

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

border-color css

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

 span { border-color: rgb(236,217,130); }

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