Html Css Color HEX #ECDA7D Flax

📋 copy color: '#ECDA7D'

red 236 ◦ green 218 ◦ blue 125

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

Shades of Flax #ECDA7D

Tints of Flax #ECDA7D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.65%

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

R = 40.76%
G = 37.65%
B = 21.59%

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

#ECDA7D (or 0xECDA7D) is known color: Flax. HEX triplet: EC, DA and 7D. RGB value is (236,218,125). Sum of RGB (Red+Green+Blue) = 236+218+125=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 125 (49.22% from 255 or 21.59% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDA7D is #132582. Grayscale: #D5D5D5. Windows color (decimal): -1254787 or 8248044. OLE color: 8248044.

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

Color convert

RGB 236 218 125 -
CMYK 0 0.08 0.47 0.07
HSL 50.27º 0.74% 0.71% -
HSV(B) 50.27º 0.47% 0.93% -
XYZ 63.37 69.46 29.47 -
YUV 212.78 78.46 144.56 -
System Red Green Blue C M Y K H S L
Decimal 236 218 125 0 0.08 0.47 0.07 50.27 0.74 0.71
Hex EC DA 7D 0 8 2F 7 32 4A 47
Octal 354 332 175 0 10 57 7 62 112 107
Binary 11101100 11011010 1111101 0 1000 101111 111 110010 1001010 1000111

Color Harmonies of #ECDA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDA7D

Black with #ECDA7D

Text Example


Text Example

White with #ECDA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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