Html Css Color HEX #EBDB48 Manz

📋 copy color: '#EBDB48'

red 235 ◦ green 219 ◦ blue 72

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

Shades of Manz #EBDB48

Tints of Manz #EBDB48

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.63%

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

R = 44.68%
G = 41.63%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EBDB48 (or 0xEBDB48) is known color: Manz. HEX triplet: EB, DB and 48. RGB value is (235,219,72). Sum of RGB (Red+Green+Blue) = 235+219+72=526 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.68% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 72 (28.52% from 255 or 13.69% from 526); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDB48 is #1424B7. Grayscale: #CFCFCF. Windows color (decimal): -1320120 or 4774891. OLE color: 4774891.

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

Color convert

RGB 235 219 72 -
CMYK 0 0.07 0.69 0.08
HSL 54.11º 0.8% 0.6% -
HSV(B) 54.11º 0.69% 0.92% -
XYZ 60.76 68.79 16.21 -
YUV 207.03 51.8 147.95 -
System Red Green Blue C M Y K H S L
Decimal 235 219 72 0 0.07 0.69 0.08 54.11 0.8 0.6
Hex EB DB 48 0 7 45 8 36 50 3C
Octal 353 333 110 0 7 105 10 66 120 74
Binary 11101011 11011011 1001000 0 111 1000101 1000 110110 1010000 111100

Color Harmonies of #EBDB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB48

Black with #EBDB48

Text Example


Text Example

White with #EBDB48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB48; }

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

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

background-color css

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

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

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

border-color css

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

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

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