Html Css Color HEX #EBE25D Manz

📋 copy color: '#EBE25D'

red 235 ◦ green 226 ◦ blue 93

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

Shades of Manz #EBE25D

Tints of Manz #EBE25D

RGB

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

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

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

R = 42.42%
G = 40.79%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EBE25D (or 0xEBE25D) is known color: Manz. HEX triplet: EB, E2 and 5D. RGB value is (235,226,93). Sum of RGB (Red+Green+Blue) = 235+226+93=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 226 (88.67% from 255 or 40.79% from 554); Blue value is 93 (36.72% from 255 or 16.79% from 554); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE25D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE25D is #141DA2. Grayscale: #D6D6D6. Windows color (decimal): -1318307 or 6152939. OLE color: 6152939.

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

Color convert

RGB 235 226 93 -
CMYK 0 0.04 0.60 0.08
HSL 56.2º 0.78% 0.64% -
HSV(B) 56.2º 0.6% 0.92% -
XYZ 63.43 72.85 21.07 -
YUV 213.53 59.98 143.31 -
System Red Green Blue C M Y K H S L
Decimal 235 226 93 0 0.04 0.60 0.08 56.2 0.78 0.64
Hex EB E2 5D 0 4 3C 8 38 4E 40
Octal 353 342 135 0 4 74 10 70 116 100
Binary 11101011 11100010 1011101 0 100 111100 1000 111000 1001110 1000000

Color Harmonies of #EBE25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE25D

Black with #EBE25D

Text Example


Text Example

White with #EBE25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE25D; }

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

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

background-color css

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

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

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

border-color css

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

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

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