Html Css Color HEX #EBE064 Manz

📋 copy color: '#EBE064'

red 235 ◦ green 224 ◦ blue 100

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

Shades of Manz #EBE064

Tints of Manz #EBE064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 17.89%

R = 42.04%
G = 40.07%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EBE064 (or 0xEBE064) is known color: Manz. HEX triplet: EB, E0 and 64. RGB value is (235,224,100). Sum of RGB (Red+Green+Blue) = 235+224+100=559 (74% of max value = 765). Red value is 235 (92.19% from 255 or 42.04% from 559); Green value is 224 (87.89% from 255 or 40.07% from 559); Blue value is 100 (39.45% from 255 or 17.89% from 559); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE064 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE064 is #141F9B. Grayscale: #D5D5D5. Windows color (decimal): -1318812 or 6611179. OLE color: 6611179.

HSL color Cylindrical-coordinate representation of color #EBE064: hue angle of 55.11º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EBE064 is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 224 100 -
CMYK 0 0.05 0.57 0.08
HSL 55.11º 0.77% 0.66% -
HSV(B) 55.11º 0.57% 0.92% -
XYZ 63.22 71.89 22.6 -
YUV 213.15 64.14 143.58 -
System Red Green Blue C M Y K H S L
Decimal 235 224 100 0 0.05 0.57 0.08 55.11 0.77 0.66
Hex EB E0 64 0 5 39 8 37 4D 42
Octal 353 340 144 0 5 71 10 67 115 102
Binary 11101011 11100000 1100100 0 101 111001 1000 110111 1001101 1000010

Color Harmonies of #EBE064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE064

Black with #EBE064

Text Example


Text Example

White with #EBE064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE064; }

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

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

background-color css

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

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

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

border-color css

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

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

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