Html Css Color HEX #ECDB7E Flax

📋 copy color: '#ECDB7E'

red 236 ◦ green 219 ◦ blue 126

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

Shades of Flax #ECDB7E

Tints of Flax #ECDB7E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.69%

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

R = 40.62%
G = 37.69%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ECDB7E (or 0xECDB7E) is known color: Flax. HEX triplet: EC, DB and 7E. RGB value is (236,219,126). Sum of RGB (Red+Green+Blue) = 236+219+126=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 126 (49.61% from 255 or 21.69% from 581); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDB7E is #132481. Grayscale: #D5D5D5. Windows color (decimal): -1254530 or 8313836. OLE color: 8313836.

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

Color convert

RGB 236 219 126 -
CMYK 0 0.07 0.47 0.07
HSL 50.73º 0.74% 0.71% -
HSV(B) 50.73º 0.47% 0.93% -
XYZ 63.69 70 29.89 -
YUV 213.48 78.63 144.06 -
System Red Green Blue C M Y K H S L
Decimal 236 219 126 0 0.07 0.47 0.07 50.73 0.74 0.71
Hex EC DB 7E 0 7 2F 7 33 4A 47
Octal 354 333 176 0 7 57 7 63 112 107
Binary 11101100 11011011 1111110 0 111 101111 111 110011 1001010 1000111

Color Harmonies of #ECDB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDB7E

Black with #ECDB7E

Text Example


Text Example

White with #ECDB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDB7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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