Html Css Color HEX #EBE05E Manz

📋 copy color: '#EBE05E'

red 235 ◦ green 224 ◦ blue 94

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

Shades of Manz #EBE05E

Tints of Manz #EBE05E

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.51%

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

R = 42.5%
G = 40.51%
B = 17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.6

 K value IS 0.08

RGB Variations

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

Color information

#EBE05E (or 0xEBE05E) is known color: Manz. HEX triplet: EB, E0 and 5E. RGB value is (235,224,94). Sum of RGB (Red+Green+Blue) = 235+224+94=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 224 (87.89% from 255 or 40.51% from 553); Blue value is 94 (37.11% from 255 or 17.00% from 553); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE05E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE05E is #141FA1. Grayscale: #D5D5D5. Windows color (decimal): -1318818 or 6217963. OLE color: 6217963.

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

Color convert

RGB 235 224 94 -
CMYK 0 0.05 0.6 0.08
HSL 55.32º 0.78% 0.65% -
HSV(B) 55.32º 0.6% 0.92% -
XYZ 62.94 71.78 21.13 -
YUV 212.47 61.14 144.07 -
System Red Green Blue C M Y K H S L
Decimal 235 224 94 0 0.05 0.6 0.08 55.32 0.78 0.65
Hex EB E0 5E 0 5 3C 8 37 4E 41
Octal 353 340 136 0 5 74 10 67 116 101
Binary 11101011 11100000 1011110 0 101 111100 1000 110111 1001110 1000001

Color Harmonies of #EBE05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE05E

Black with #EBE05E

Text Example


Text Example

White with #EBE05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE05E; }

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

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

background-color css

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

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

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

border-color css

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

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

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