Html Css Color HEX #ECD481 Flax

📋 copy color: '#ECD481'

red 236 ◦ green 212 ◦ blue 129

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

Shades of Flax #ECD481

Tints of Flax #ECD481

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.74%

 BLUE value IS 129 (50.78% from 255) = 22.36%

R = 40.9%
G = 36.74%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#ECD481 (or 0xECD481) is known color: Flax. HEX triplet: EC, D4 and 81. RGB value is (236,212,129). Sum of RGB (Red+Green+Blue) = 236+212+129=577 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.90% from 577); Green value is 212 (83.20% from 255 or 36.74% from 577); Blue value is 129 (50.78% from 255 or 22.36% from 577); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD481 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD481 is #132B7E. Grayscale: #D2D2D2. Windows color (decimal): -1256319 or 8508652. OLE color: 8508652.

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

Color convert

RGB 236 212 129 -
CMYK 0 0.10 0.45 0.07
HSL 46.54º 0.74% 0.72% -
HSV(B) 46.54º 0.45% 0.93% -
XYZ 62.1 66.5 30.33 -
YUV 209.71 82.45 146.75 -
System Red Green Blue C M Y K H S L
Decimal 236 212 129 0 0.10 0.45 0.07 46.54 0.74 0.72
Hex EC D4 81 0 A 2D 7 2F 4A 48
Octal 354 324 201 0 12 55 7 57 112 110
Binary 11101100 11010100 10000001 0 1010 101101 111 101111 1001010 1001000

Color Harmonies of #ECD481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD481

Black with #ECD481

Text Example


Text Example

White with #ECD481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD481; }

 p { color: rgb(236,212,129); }

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

background-color css

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

 a { background-color: rgb(236,212,129); }

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

border-color css

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

 span { border-color: rgb(236,212,129); }

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