Html Css Color HEX #ECE048 Manz

📋 copy color: '#ECE048'

red 236 ◦ green 224 ◦ blue 72

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

Shades of Manz #ECE048

Tints of Manz #ECE048

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.11%

 BLUE value IS 72 (28.52% from 255) = 13.53%

R = 44.36%
G = 42.11%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ECE048 (or 0xECE048) is known color: Manz. HEX triplet: EC, E0 and 48. RGB value is (236,224,72). Sum of RGB (Red+Green+Blue) = 236+224+72=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 224 (87.89% from 255 or 42.11% from 532); Blue value is 72 (28.52% from 255 or 13.53% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE048 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE048 is #131FB7. Grayscale: #D2D2D2. Windows color (decimal): -1253304 or 4776172. OLE color: 4776172.

HSL color Cylindrical-coordinate representation of color #ECE048: hue angle of 55.61º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ECE048 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 224 72 -
CMYK 0 0.05 0.69 0.07
HSL 55.61º 0.81% 0.6% -
HSV(B) 55.61º 0.69% 0.93% -
XYZ 62.42 71.61 16.66 -
YUV 210.26 49.98 146.36 -
System Red Green Blue C M Y K H S L
Decimal 236 224 72 0 0.05 0.69 0.07 55.61 0.81 0.6
Hex EC E0 48 0 5 45 7 38 51 3C
Octal 354 340 110 0 5 105 7 70 121 74
Binary 11101100 11100000 1001000 0 101 1000101 111 111000 1010001 111100

Color Harmonies of #ECE048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE048

Black with #ECE048

Text Example


Text Example

White with #ECE048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE048; }

 p { color: rgb(236,224,72); }

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

background-color css

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

 a { background-color: rgb(236,224,72); }

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

border-color css

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

 span { border-color: rgb(236,224,72); }

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