Html Css Color HEX #ECDB7B Flax

📋 copy color: '#ECDB7B'

red 236 ◦ green 219 ◦ blue 123

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

Shades of Flax #ECDB7B

Tints of Flax #ECDB7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 21.28%

R = 40.83%
G = 37.89%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ECDB7B (or 0xECDB7B) is known color: Flax. HEX triplet: EC, DB and 7B. RGB value is (236,219,123). Sum of RGB (Red+Green+Blue) = 236+219+123=578 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.83% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 123 (48.44% from 255 or 21.28% from 578); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDB7B is #132484. Grayscale: #D5D5D5. Windows color (decimal): -1254533 or 8117228. OLE color: 8117228.

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

Color convert

RGB 236 219 123 -
CMYK 0 0.07 0.48 0.07
HSL 50.97º 0.75% 0.7% -
HSV(B) 50.97º 0.48% 0.93% -
XYZ 63.5 69.93 28.89 -
YUV 213.14 77.13 144.31 -
System Red Green Blue C M Y K H S L
Decimal 236 219 123 0 0.07 0.48 0.07 50.97 0.75 0.7
Hex EC DB 7B 0 7 30 7 33 4B 46
Octal 354 333 173 0 7 60 7 63 113 106
Binary 11101100 11011011 1111011 0 111 110000 111 110011 1001011 1000110

Color Harmonies of #ECDB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDB7B

Black with #ECDB7B

Text Example


Text Example

White with #ECDB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDB7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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