Html Css Color HEX #ECD87D Flax

📋 copy color: '#ECD87D'

red 236 ◦ green 216 ◦ blue 125

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

Shades of Flax #ECD87D

Tints of Flax #ECD87D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.66%

R = 40.9%
G = 37.44%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ECD87D (or 0xECD87D) is known color: Flax. HEX triplet: EC, D8 and 7D. RGB value is (236,216,125). Sum of RGB (Red+Green+Blue) = 236+216+125=577 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.90% from 577); Green value is 216 (84.77% from 255 or 37.44% from 577); Blue value is 125 (49.22% from 255 or 21.66% from 577); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD87D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD87D is #132782. Grayscale: #D3D3D3. Windows color (decimal): -1255299 or 8247532. OLE color: 8247532.

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

Color convert

RGB 236 216 125 -
CMYK 0 0.08 0.47 0.07
HSL 49.19º 0.74% 0.71% -
HSV(B) 49.19º 0.47% 0.93% -
XYZ 62.85 68.43 29.3 -
YUV 211.61 79.13 145.4 -
System Red Green Blue C M Y K H S L
Decimal 236 216 125 0 0.08 0.47 0.07 49.19 0.74 0.71
Hex EC D8 7D 0 8 2F 7 31 4A 47
Octal 354 330 175 0 10 57 7 61 112 107
Binary 11101100 11011000 1111101 0 1000 101111 111 110001 1001010 1000111

Color Harmonies of #ECD87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD87D

Black with #ECD87D

Text Example


Text Example

White with #ECD87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD87D; }

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

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

background-color css

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

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

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

border-color css

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

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

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