Html Css Color HEX #ECD57B Flax

📋 copy color: '#ECD57B'

red 236 ◦ green 213 ◦ blue 123

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

Shades of Flax #ECD57B

Tints of Flax #ECD57B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.24%

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

R = 41.26%
G = 37.24%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ECD57B (or 0xECD57B) is known color: Flax. HEX triplet: EC, D5 and 7B. RGB value is (236,213,123). Sum of RGB (Red+Green+Blue) = 236+213+123=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 213 (83.59% from 255 or 37.24% from 572); Blue value is 123 (48.44% from 255 or 21.50% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD57B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD57B is #132A84. Grayscale: #D1D1D1. Windows color (decimal): -1256069 or 8115692. OLE color: 8115692.

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

Color convert

RGB 236 213 123 -
CMYK 0 0.10 0.48 0.07
HSL 47.79º 0.75% 0.7% -
HSV(B) 47.79º 0.48% 0.93% -
XYZ 61.96 66.85 28.38 -
YUV 209.62 79.12 146.82 -
System Red Green Blue C M Y K H S L
Decimal 236 213 123 0 0.10 0.48 0.07 47.79 0.75 0.7
Hex EC D5 7B 0 A 30 7 30 4B 46
Octal 354 325 173 0 12 60 7 60 113 106
Binary 11101100 11010101 1111011 0 1010 110000 111 110000 1001011 1000110

Color Harmonies of #ECD57B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD57B

Black with #ECD57B

Text Example


Text Example

White with #ECD57B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD57B; }

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

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

background-color css

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

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

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

border-color css

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

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

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