Html Css Color HEX #EBE950 Manz

📋 copy color: '#EBE950'

red 235 ◦ green 233 ◦ blue 80

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

Shades of Manz #EBE950

Tints of Manz #EBE950

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.52%

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

R = 42.88%
G = 42.52%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EBE950 (or 0xEBE950) is known color: Manz. HEX triplet: EB, E9 and 50. RGB value is (235,233,80). Sum of RGB (Red+Green+Blue) = 235+233+80=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 233 (91.41% from 255 or 42.52% from 548); Blue value is 80 (31.64% from 255 or 14.60% from 548); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE950 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBE950 is #1416AF. Grayscale: #D8D8D8. Windows color (decimal): -1316528 or 5302763. OLE color: 5302763.

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

Color convert

RGB 235 233 80 -
CMYK 0 0.01 0.66 0.08
HSL 59.23º 0.79% 0.62% -
HSV(B) 59.23º 0.66% 0.92% -
XYZ 64.85 76.52 18.94 -
YUV 216.16 51.16 141.44 -
System Red Green Blue C M Y K H S L
Decimal 235 233 80 0 0.01 0.66 0.08 59.23 0.79 0.62
Hex EB E9 50 0 1 42 8 3B 4F 3E
Octal 353 351 120 0 1 102 10 73 117 76
Binary 11101011 11101001 1010000 0 1 1000010 1000 111011 1001111 111110

Color Harmonies of #EBE950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE950

Black with #EBE950

Text Example


Text Example

White with #EBE950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE950; }

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

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

background-color css

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

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

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

border-color css

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

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

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