Html Css Color HEX #EBE048 Manz

📋 copy color: '#EBE048'

red 235 ◦ green 224 ◦ blue 72

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

Shades of Manz #EBE048

Tints of Manz #EBE048

RGB

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

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

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

R = 44.26%
G = 42.18%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EBE048 (or 0xEBE048) is known color: Manz. HEX triplet: EB, E0 and 48. RGB value is (235,224,72). Sum of RGB (Red+Green+Blue) = 235+224+72=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 224 (87.89% from 255 or 42.18% from 531); Blue value is 72 (28.52% from 255 or 13.56% from 531); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE048 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE048 is #141FB7. Grayscale: #D2D2D2. Windows color (decimal): -1318840 or 4776171. OLE color: 4776171.

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

Color convert

RGB 235 224 72 -
CMYK 0 0.05 0.69 0.08
HSL 55.95º 0.8% 0.6% -
HSV(B) 55.95º 0.69% 0.92% -
XYZ 62.09 71.44 16.65 -
YUV 209.96 50.14 145.86 -
System Red Green Blue C M Y K H S L
Decimal 235 224 72 0 0.05 0.69 0.08 55.95 0.8 0.6
Hex EB E0 48 0 5 45 8 38 50 3C
Octal 353 340 110 0 5 105 10 70 120 74
Binary 11101011 11100000 1001000 0 101 1000101 1000 111000 1010000 111100

Color Harmonies of #EBE048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE048

Black with #EBE048

Text Example


Text Example

White with #EBE048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE048; }

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

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

background-color css

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

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

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

border-color css

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

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

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