Html Css Color HEX #EBE150 Manz

📋 copy color: '#EBE150'

red 235 ◦ green 225 ◦ blue 80

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

Shades of Manz #EBE150

Tints of Manz #EBE150

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.67%

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

R = 43.52%
G = 41.67%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EBE150 (or 0xEBE150) is known color: Manz. HEX triplet: EB, E1 and 50. RGB value is (235,225,80). Sum of RGB (Red+Green+Blue) = 235+225+80=540 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.52% from 540); Green value is 225 (88.28% from 255 or 41.67% from 540); Blue value is 80 (31.64% from 255 or 14.81% from 540); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE150 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE150 is #141EAF. Grayscale: #D4D4D4. Windows color (decimal): -1318576 or 5300715. OLE color: 5300715.

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

Color convert

RGB 235 225 80 -
CMYK 0 0.04 0.66 0.08
HSL 56.13º 0.79% 0.62% -
HSV(B) 56.13º 0.66% 0.92% -
XYZ 62.63 72.09 18.2 -
YUV 211.46 53.81 144.79 -
System Red Green Blue C M Y K H S L
Decimal 235 225 80 0 0.04 0.66 0.08 56.13 0.79 0.62
Hex EB E1 50 0 4 42 8 38 4F 3E
Octal 353 341 120 0 4 102 10 70 117 76
Binary 11101011 11100001 1010000 0 100 1000010 1000 111000 1001111 111110

Color Harmonies of #EBE150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE150

Black with #EBE150

Text Example


Text Example

White with #EBE150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE150; }

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

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

background-color css

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

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

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

border-color css

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

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

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