Html Css Color HEX #ECE348 Manz

📋 copy color: '#ECE348'

red 236 ◦ green 227 ◦ blue 72

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

Shades of Manz #ECE348

Tints of Manz #ECE348

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.43%

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

R = 44.11%
G = 42.43%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ECE348 (or 0xECE348) is known color: Manz. HEX triplet: EC, E3 and 48. RGB value is (236,227,72). Sum of RGB (Red+Green+Blue) = 236+227+72=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 227 (89.06% from 255 or 42.43% from 535); Blue value is 72 (28.52% from 255 or 13.46% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE348 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE348 is #131CB7. Grayscale: #D4D4D4. Windows color (decimal): -1252536 or 4776940. OLE color: 4776940.

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

Color convert

RGB 236 227 72 -
CMYK 0 0.04 0.69 0.07
HSL 56.71º 0.81% 0.6% -
HSV(B) 56.71º 0.69% 0.93% -
XYZ 63.23 73.24 16.93 -
YUV 212.02 48.98 145.1 -
System Red Green Blue C M Y K H S L
Decimal 236 227 72 0 0.04 0.69 0.07 56.71 0.81 0.6
Hex EC E3 48 0 4 45 7 39 51 3C
Octal 354 343 110 0 4 105 7 71 121 74
Binary 11101100 11100011 1001000 0 100 1000101 111 111001 1010001 111100

Color Harmonies of #ECE348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE348

Black with #ECE348

Text Example


Text Example

White with #ECE348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE348; }

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

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

background-color css

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

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

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

border-color css

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

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

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