Html Css Color HEX #ECDE50 Manz

📋 copy color: '#ECDE50'

red 236 ◦ green 222 ◦ blue 80

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

Shades of Manz #ECDE50

Tints of Manz #ECDE50

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.26%

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

R = 43.87%
G = 41.26%
B = 14.87%

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

#ECDE50 (or 0xECDE50) is known color: Manz. HEX triplet: EC, DE and 50. RGB value is (236,222,80). Sum of RGB (Red+Green+Blue) = 236+222+80=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 222 (87.11% from 255 or 41.26% from 538); Blue value is 80 (31.64% from 255 or 14.87% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDE50 is #1321AF. Grayscale: #D2D2D2. Windows color (decimal): -1253808 or 5299948. OLE color: 5299948.

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

Color convert

RGB 236 222 80 -
CMYK 0 0.06 0.66 0.07
HSL 54.62º 0.8% 0.62% -
HSV(B) 54.62º 0.66% 0.93% -
XYZ 62.16 70.65 17.95 -
YUV 210 54.64 146.55 -
System Red Green Blue C M Y K H S L
Decimal 236 222 80 0 0.06 0.66 0.07 54.62 0.8 0.62
Hex EC DE 50 0 6 42 7 37 50 3E
Octal 354 336 120 0 6 102 7 67 120 76
Binary 11101100 11011110 1010000 0 110 1000010 111 110111 1010000 111110

Color Harmonies of #ECDE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDE50

Black with #ECDE50

Text Example


Text Example

White with #ECDE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDE50; }

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

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

background-color css

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

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

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

border-color css

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

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

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