Html Css Color HEX #ECD47D Flax

📋 copy color: '#ECD47D'

red 236 ◦ green 212 ◦ blue 125

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

Shades of Flax #ECD47D

Tints of Flax #ECD47D

RGB

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

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

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

R = 41.19%
G = 37%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ECD47D (or 0xECD47D) is known color: Flax. HEX triplet: EC, D4 and 7D. RGB value is (236,212,125). Sum of RGB (Red+Green+Blue) = 236+212+125=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 212 (83.20% from 255 or 37.00% from 573); Blue value is 125 (49.22% from 255 or 21.82% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD47D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD47D is #132B82. Grayscale: #D1D1D1. Windows color (decimal): -1256323 or 8246508. OLE color: 8246508.

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

Color convert

RGB 236 212 125 -
CMYK 0 0.10 0.47 0.07
HSL 47.03º 0.74% 0.71% -
HSV(B) 47.03º 0.47% 0.93% -
XYZ 61.84 66.4 28.96 -
YUV 209.26 80.45 147.07 -
System Red Green Blue C M Y K H S L
Decimal 236 212 125 0 0.10 0.47 0.07 47.03 0.74 0.71
Hex EC D4 7D 0 A 2F 7 2F 4A 47
Octal 354 324 175 0 12 57 7 57 112 107
Binary 11101100 11010100 1111101 0 1010 101111 111 101111 1001010 1000111

Color Harmonies of #ECD47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD47D

Black with #ECD47D

Text Example


Text Example

White with #ECD47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD47D; }

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

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

background-color css

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

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

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

border-color css

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

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

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