Html Css Color HEX #EBDB53 Manz

📋 copy color: '#EBDB53'

red 235 ◦ green 219 ◦ blue 83

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

Shades of Manz #EBDB53

Tints of Manz #EBDB53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 15.46%

R = 43.76%
G = 40.78%
B = 15.46%

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

#EBDB53 (or 0xEBDB53) is known color: Manz. HEX triplet: EB, DB and 53. RGB value is (235,219,83). Sum of RGB (Red+Green+Blue) = 235+219+83=537 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.76% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 83 (32.81% from 255 or 15.46% from 537); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDB53 is #1424AC. Grayscale: #D0D0D0. Windows color (decimal): -1320109 or 5495787. OLE color: 5495787.

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

Color convert

RGB 235 219 83 -
CMYK 0 0.07 0.65 0.08
HSL 53.68º 0.79% 0.62% -
HSV(B) 53.68º 0.65% 0.92% -
XYZ 61.15 68.95 18.27 -
YUV 208.28 57.3 147.06 -
System Red Green Blue C M Y K H S L
Decimal 235 219 83 0 0.07 0.65 0.08 53.68 0.79 0.62
Hex EB DB 53 0 7 41 8 36 4F 3E
Octal 353 333 123 0 7 101 10 66 117 76
Binary 11101011 11011011 1010011 0 111 1000001 1000 110110 1001111 111110

Color Harmonies of #EBDB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB53

Black with #EBDB53

Text Example


Text Example

White with #EBDB53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB53; }

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

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

background-color css

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

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

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

border-color css

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

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

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