Html Css Color HEX #EBE35F Manz

📋 copy color: '#EBE35F'

red 235 ◦ green 227 ◦ blue 95

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

Shades of Manz #EBE35F

Tints of Manz #EBE35F

RGB

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

 GREEN value IS 227 (89.06% from 255) = 40.75%

 BLUE value IS 95 (37.5% from 255) = 17.06%

R = 42.19%
G = 40.75%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EBE35F (or 0xEBE35F) is known color: Manz. HEX triplet: EB, E3 and 5F. RGB value is (235,227,95). Sum of RGB (Red+Green+Blue) = 235+227+95=557 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.19% from 557); Green value is 227 (89.06% from 255 or 40.75% from 557); Blue value is 95 (37.5% from 255 or 17.06% from 557); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE35F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE35F is #141CA0. Grayscale: #D6D6D6. Windows color (decimal): -1318049 or 6284267. OLE color: 6284267.

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

Color convert

RGB 235 227 95 -
CMYK 0 0.03 0.60 0.08
HSL 56.57º 0.78% 0.65% -
HSV(B) 56.57º 0.6% 0.92% -
XYZ 63.8 73.43 21.64 -
YUV 214.34 60.65 142.73 -
System Red Green Blue C M Y K H S L
Decimal 235 227 95 0 0.03 0.60 0.08 56.57 0.78 0.65
Hex EB E3 5F 0 3 3C 8 39 4E 41
Octal 353 343 137 0 3 74 10 71 116 101
Binary 11101011 11100011 1011111 0 11 111100 1000 111001 1001110 1000001

Color Harmonies of #EBE35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE35F

Black with #EBE35F

Text Example


Text Example

White with #EBE35F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE35F; }

 p { color: rgb(235,227,95); }

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

background-color css

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

 a { background-color: rgb(235,227,95); }

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

border-color css

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

 span { border-color: rgb(235,227,95); }

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