Html Css Color HEX #EBDB52 Manz

📋 copy color: '#EBDB52'

red 235 ◦ green 219 ◦ blue 82

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

Shades of Manz #EBDB52

Tints of Manz #EBDB52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.3%

R = 43.84%
G = 40.86%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EBDB52 (or 0xEBDB52) is known color: Manz. HEX triplet: EB, DB and 52. RGB value is (235,219,82). Sum of RGB (Red+Green+Blue) = 235+219+82=536 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.84% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 82 (32.42% from 255 or 15.30% from 536); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDB52 is #1424AD. Grayscale: #D0D0D0. Windows color (decimal): -1320110 or 5430251. OLE color: 5430251.

HSL color Cylindrical-coordinate representation of color #EBDB52: hue angle of 53.73º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EBDB52 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 219 82 -
CMYK 0 0.07 0.65 0.08
HSL 53.73º 0.79% 0.62% -
HSV(B) 53.73º 0.65% 0.92% -
XYZ 61.12 68.93 18.07 -
YUV 208.17 56.8 147.14 -
System Red Green Blue C M Y K H S L
Decimal 235 219 82 0 0.07 0.65 0.08 53.73 0.79 0.62
Hex EB DB 52 0 7 41 8 36 4F 3E
Octal 353 333 122 0 7 101 10 66 117 76
Binary 11101011 11011011 1010010 0 111 1000001 1000 110110 1001111 111110

Color Harmonies of #EBDB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB52

Black with #EBDB52

Text Example


Text Example

White with #EBDB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB52; }

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

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

background-color css

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

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

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

border-color css

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

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

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