Html Css Color HEX #ECD882 Flax

📋 copy color: '#ECD882'

red 236 ◦ green 216 ◦ blue 130

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

Shades of Flax #ECD882

Tints of Flax #ECD882

RGB

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

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

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

R = 40.55%
G = 37.11%
B = 22.34%

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

#ECD882 (or 0xECD882) is known color: Flax. HEX triplet: EC, D8 and 82. RGB value is (236,216,130). Sum of RGB (Red+Green+Blue) = 236+216+130=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 216 (84.77% from 255 or 37.11% from 582); Blue value is 130 (51.17% from 255 or 22.34% from 582); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD882 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD882 is #13277D. Grayscale: #D4D4D4. Windows color (decimal): -1255294 or 8575212. OLE color: 8575212.

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

Color convert

RGB 236 216 130 -
CMYK 0 0.08 0.45 0.07
HSL 48.68º 0.74% 0.72% -
HSV(B) 48.68º 0.45% 0.93% -
XYZ 63.18 68.56 31.02 -
YUV 212.18 81.63 144.99 -
System Red Green Blue C M Y K H S L
Decimal 236 216 130 0 0.08 0.45 0.07 48.68 0.74 0.72
Hex EC D8 82 0 8 2D 7 31 4A 48
Octal 354 330 202 0 10 55 7 61 112 110
Binary 11101100 11011000 10000010 0 1000 101101 111 110001 1001010 1001000

Color Harmonies of #ECD882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD882

Black with #ECD882

Text Example


Text Example

White with #ECD882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD882; }

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

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

background-color css

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

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

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

border-color css

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

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

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