Html Css Color HEX #ECDA7E Flax

📋 copy color: '#ECDA7E'

red 236 ◦ green 218 ◦ blue 126

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

Shades of Flax #ECDA7E

Tints of Flax #ECDA7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 21.72%

R = 40.69%
G = 37.59%
B = 21.72%

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

#ECDA7E (or 0xECDA7E) is known color: Flax. HEX triplet: EC, DA and 7E. RGB value is (236,218,126). Sum of RGB (Red+Green+Blue) = 236+218+126=580 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.69% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 126 (49.61% from 255 or 21.72% from 580); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDA7E is #132581. Grayscale: #D5D5D5. Windows color (decimal): -1254786 or 8313580. OLE color: 8313580.

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

Color convert

RGB 236 218 126 -
CMYK 0 0.08 0.47 0.07
HSL 50.18º 0.74% 0.71% -
HSV(B) 50.18º 0.47% 0.93% -
XYZ 63.43 69.48 29.81 -
YUV 212.89 78.96 144.48 -
System Red Green Blue C M Y K H S L
Decimal 236 218 126 0 0.08 0.47 0.07 50.18 0.74 0.71
Hex EC DA 7E 0 8 2F 7 32 4A 47
Octal 354 332 176 0 10 57 7 62 112 107
Binary 11101100 11011010 1111110 0 1000 101111 111 110010 1001010 1000111

Color Harmonies of #ECDA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDA7E

Black with #ECDA7E

Text Example


Text Example

White with #ECDA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDA7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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