Html Css Color HEX #EBE25E Manz

📋 copy color: '#EBE25E'

red 235 ◦ green 226 ◦ blue 94

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

Shades of Manz #EBE25E

Tints of Manz #EBE25E

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40.72%

 BLUE value IS 94 (37.11% from 255) = 16.94%

R = 42.34%
G = 40.72%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.6

 K value IS 0.08

RGB Variations

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

Color information

#EBE25E (or 0xEBE25E) is known color: Manz. HEX triplet: EB, E2 and 5E. RGB value is (235,226,94). Sum of RGB (Red+Green+Blue) = 235+226+94=555 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.34% from 555); Green value is 226 (88.67% from 255 or 40.72% from 555); Blue value is 94 (37.11% from 255 or 16.94% from 555); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE25E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE25E is #141DA1. Grayscale: #D6D6D6. Windows color (decimal): -1318306 or 6218475. OLE color: 6218475.

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

Color convert

RGB 235 226 94 -
CMYK 0 0.04 0.6 0.08
HSL 56.17º 0.78% 0.65% -
HSV(B) 56.17º 0.6% 0.92% -
XYZ 63.48 72.86 21.31 -
YUV 213.64 60.48 143.23 -
System Red Green Blue C M Y K H S L
Decimal 235 226 94 0 0.04 0.6 0.08 56.17 0.78 0.65
Hex EB E2 5E 0 4 3C 8 38 4E 41
Octal 353 342 136 0 4 74 10 70 116 101
Binary 11101011 11100010 1011110 0 100 111100 1000 111000 1001110 1000001

Color Harmonies of #EBE25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE25E

Black with #EBE25E

Text Example


Text Example

White with #EBE25E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE25E; }

 p { color: rgb(235,226,94); }

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

background-color css

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

 a { background-color: rgb(235,226,94); }

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

border-color css

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

 span { border-color: rgb(235,226,94); }

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