Html Css Color HEX #ECDB7F Flax

📋 copy color: '#ECDB7F'

red 236 ◦ green 219 ◦ blue 127

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

Shades of Flax #ECDB7F

Tints of Flax #ECDB7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 21.82%

R = 40.55%
G = 37.63%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ECDB7F (or 0xECDB7F) is known color: Flax. HEX triplet: EC, DB and 7F. RGB value is (236,219,127). Sum of RGB (Red+Green+Blue) = 236+219+127=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 127 (50% from 255 or 21.82% from 582); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDB7F is #132480. Grayscale: #D5D5D5. Windows color (decimal): -1254529 or 8379372. OLE color: 8379372.

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

Color convert

RGB 236 219 127 -
CMYK 0 0.07 0.46 0.07
HSL 50.64º 0.74% 0.71% -
HSV(B) 50.64º 0.46% 0.93% -
XYZ 63.75 70.03 30.24 -
YUV 213.6 79.13 143.98 -
System Red Green Blue C M Y K H S L
Decimal 236 219 127 0 0.07 0.46 0.07 50.64 0.74 0.71
Hex EC DB 7F 0 7 2E 7 33 4A 47
Octal 354 333 177 0 7 56 7 63 112 107
Binary 11101100 11011011 1111111 0 111 101110 111 110011 1001010 1000111

Color Harmonies of #ECDB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDB7F

Black with #ECDB7F

Text Example


Text Example

White with #ECDB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDB7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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