Html Css Color HEX #EBE148 Manz

📋 copy color: '#EBE148'

red 235 ◦ green 225 ◦ blue 72

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

Shades of Manz #EBE148

Tints of Manz #EBE148

RGB

 RED value IS 235 (92.19% from 255) = 44.17%

 GREEN value IS 225 (88.28% from 255) = 42.29%

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

R = 44.17%
G = 42.29%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EBE148 (or 0xEBE148) is known color: Manz. HEX triplet: EB, E1 and 48. RGB value is (235,225,72). Sum of RGB (Red+Green+Blue) = 235+225+72=532 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.17% from 532); Green value is 225 (88.28% from 255 or 42.29% from 532); Blue value is 72 (28.52% from 255 or 13.53% from 532); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE148 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE148 is #141EB7. Grayscale: #D3D3D3. Windows color (decimal): -1318584 or 4776427. OLE color: 4776427.

HSL color Cylindrical-coordinate representation of color #EBE148: hue angle of 56.32º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EBE148 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 225 72 -
CMYK 0 0.04 0.69 0.08
HSL 56.32º 0.8% 0.6% -
HSV(B) 56.32º 0.69% 0.92% -
XYZ 62.36 71.98 16.74 -
YUV 210.55 49.81 145.44 -
System Red Green Blue C M Y K H S L
Decimal 235 225 72 0 0.04 0.69 0.08 56.32 0.8 0.6
Hex EB E1 48 0 4 45 8 38 50 3C
Octal 353 341 110 0 4 105 10 70 120 74
Binary 11101011 11100001 1001000 0 100 1000101 1000 111000 1010000 111100

Color Harmonies of #EBE148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE148

Black with #EBE148

Text Example


Text Example

White with #EBE148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE148; }

 p { color: rgb(235,225,72); }

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

background-color css

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

 a { background-color: rgb(235,225,72); }

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

border-color css

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

 span { border-color: rgb(235,225,72); }

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