Html Css Color HEX #EBDD50 Manz

📋 copy color: '#EBDD50'

red 235 ◦ green 221 ◦ blue 80

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

Shades of Manz #EBDD50

Tints of Manz #EBDD50

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.23%

 BLUE value IS 80 (31.64% from 255) = 14.93%

R = 43.84%
G = 41.23%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EBDD50 (or 0xEBDD50) is known color: Manz. HEX triplet: EB, DD and 50. RGB value is (235,221,80). Sum of RGB (Red+Green+Blue) = 235+221+80=536 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.84% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 80 (31.64% from 255 or 14.93% from 536); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDD50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDD50 is #1422AF. Grayscale: #D1D1D1. Windows color (decimal): -1319600 or 5299691. OLE color: 5299691.

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

Color convert

RGB 235 221 80 -
CMYK 0 0.06 0.66 0.08
HSL 54.58º 0.79% 0.62% -
HSV(B) 54.58º 0.66% 0.92% -
XYZ 61.57 69.95 17.85 -
YUV 209.11 55.14 146.46 -
System Red Green Blue C M Y K H S L
Decimal 235 221 80 0 0.06 0.66 0.08 54.58 0.79 0.62
Hex EB DD 50 0 6 42 8 37 4F 3E
Octal 353 335 120 0 6 102 10 67 117 76
Binary 11101011 11011101 1010000 0 110 1000010 1000 110111 1001111 111110

Color Harmonies of #EBDD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDD50

Black with #EBDD50

Text Example


Text Example

White with #EBDD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDD50; }

 p { color: rgb(235,221,80); }

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

background-color css

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

 a { background-color: rgb(235,221,80); }

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

border-color css

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

 span { border-color: rgb(235,221,80); }

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