Html Css Color HEX #ECDF50 Manz

📋 copy color: '#ECDF50'

red 236 ◦ green 223 ◦ blue 80

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

Shades of Manz #ECDF50

Tints of Manz #ECDF50

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.37%

 BLUE value IS 80 (31.64% from 255) = 14.84%

R = 43.78%
G = 41.37%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#ECDF50 (or 0xECDF50) is known color: Manz. HEX triplet: EC, DF and 50. RGB value is (236,223,80). Sum of RGB (Red+Green+Blue) = 236+223+80=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 223 (87.5% from 255 or 41.37% from 539); Blue value is 80 (31.64% from 255 or 14.84% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDF50 is #1320AF. Grayscale: #D3D3D3. Windows color (decimal): -1253552 or 5300204. OLE color: 5300204.

HSL color Cylindrical-coordinate representation of color #ECDF50: hue angle of 55º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ECDF50 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 223 80 -
CMYK 0 0.06 0.66 0.07
HSL 55º 0.8% 0.62% -
HSV(B) 55º 0.66% 0.93% -
XYZ 62.43 71.19 18.04 -
YUV 210.59 54.31 146.13 -
System Red Green Blue C M Y K H S L
Decimal 236 223 80 0 0.06 0.66 0.07 55 0.8 0.62
Hex EC DF 50 0 6 42 7 37 50 3E
Octal 354 337 120 0 6 102 7 67 120 76
Binary 11101100 11011111 1010000 0 110 1000010 111 110111 1010000 111110

Color Harmonies of #ECDF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDF50

Black with #ECDF50

Text Example


Text Example

White with #ECDF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDF50; }

 p { color: rgb(236,223,80); }

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

background-color css

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

 a { background-color: rgb(236,223,80); }

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

border-color css

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

 span { border-color: rgb(236,223,80); }

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