Html Css Color HEX #EBE45D Manz

📋 copy color: '#EBE45D'

red 235 ◦ green 228 ◦ blue 93

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

Shades of Manz #EBE45D

Tints of Manz #EBE45D

RGB

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

 GREEN value IS 228 (89.45% from 255) = 41.01%

 BLUE value IS 93 (36.72% from 255) = 16.73%

R = 42.27%
G = 41.01%
B = 16.73%

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

#EBE45D (or 0xEBE45D) is known color: Manz. HEX triplet: EB, E4 and 5D. RGB value is (235,228,93). Sum of RGB (Red+Green+Blue) = 235+228+93=556 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.27% from 556); Green value is 228 (89.45% from 255 or 41.01% from 556); Blue value is 93 (36.72% from 255 or 16.73% from 556); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE45D is #141BA2. Grayscale: #D7D7D7. Windows color (decimal): -1317795 or 6153451. OLE color: 6153451.

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

Color convert

RGB 235 228 93 -
CMYK 0 0.03 0.60 0.08
HSL 57.04º 0.78% 0.64% -
HSV(B) 57.04º 0.6% 0.92% -
XYZ 63.98 73.94 21.26 -
YUV 214.7 59.32 142.48 -
System Red Green Blue C M Y K H S L
Decimal 235 228 93 0 0.03 0.60 0.08 57.04 0.78 0.64
Hex EB E4 5D 0 3 3C 8 39 4E 40
Octal 353 344 135 0 3 74 10 71 116 100
Binary 11101011 11100100 1011101 0 11 111100 1000 111001 1001110 1000000

Color Harmonies of #EBE45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE45D

Black with #EBE45D

Text Example


Text Example

White with #EBE45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE45D; }

 p { color: rgb(235,228,93); }

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

background-color css

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

 a { background-color: rgb(235,228,93); }

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

border-color css

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

 span { border-color: rgb(235,228,93); }

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