Html Css Color HEX #ECD483 Flax

📋 copy color: '#ECD483'

red 236 ◦ green 212 ◦ blue 131

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

Shades of Flax #ECD483

Tints of Flax #ECD483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 22.63%

R = 40.76%
G = 36.61%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#ECD483 (or 0xECD483) is known color: Flax. HEX triplet: EC, D4 and 83. RGB value is (236,212,131). Sum of RGB (Red+Green+Blue) = 236+212+131=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 212 (83.20% from 255 or 36.61% from 579); Blue value is 131 (51.56% from 255 or 22.63% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD483 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD483 is #132B7C. Grayscale: #D2D2D2. Windows color (decimal): -1256317 or 8639724. OLE color: 8639724.

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

Color convert

RGB 236 212 131 -
CMYK 0 0.10 0.44 0.07
HSL 46.29º 0.73% 0.72% -
HSV(B) 46.29º 0.44% 0.93% -
XYZ 62.23 66.56 31.04 -
YUV 209.94 83.45 146.59 -
System Red Green Blue C M Y K H S L
Decimal 236 212 131 0 0.10 0.44 0.07 46.29 0.73 0.72
Hex EC D4 83 0 A 2C 7 2E 49 48
Octal 354 324 203 0 12 54 7 56 111 110
Binary 11101100 11010100 10000011 0 1010 101100 111 101110 1001001 1001000

Color Harmonies of #ECD483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD483

Black with #ECD483

Text Example


Text Example

White with #ECD483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD483; }

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

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

background-color css

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

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

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

border-color css

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

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

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