Html Css Color HEX #EBE54A Manz

📋 copy color: '#EBE54A'

red 235 ◦ green 229 ◦ blue 74

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

Shades of Manz #EBE54A

Tints of Manz #EBE54A

RGB

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

 GREEN value IS 229 (89.84% from 255) = 42.57%

 BLUE value IS 74 (29.3% from 255) = 13.75%

R = 43.68%
G = 42.57%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EBE54A (or 0xEBE54A) is known color: Manz. HEX triplet: EB, E5 and 4A. RGB value is (235,229,74). Sum of RGB (Red+Green+Blue) = 235+229+74=538 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.68% from 538); Green value is 229 (89.84% from 255 or 42.57% from 538); Blue value is 74 (29.30% from 255 or 13.75% from 538); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE54A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE54A is #141AB5. Grayscale: #D5D5D5. Windows color (decimal): -1317558 or 4908523. OLE color: 4908523.

HSL color Cylindrical-coordinate representation of color #EBE54A: hue angle of 57.76º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EBE54A is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 229 74 -
CMYK 0 0.03 0.69 0.08
HSL 57.76º 0.8% 0.61% -
HSV(B) 57.76º 0.69% 0.92% -
XYZ 63.52 74.2 17.45 -
YUV 213.12 49.49 143.6 -
System Red Green Blue C M Y K H S L
Decimal 235 229 74 0 0.03 0.69 0.08 57.76 0.8 0.61
Hex EB E5 4A 0 3 45 8 3A 50 3D
Octal 353 345 112 0 3 105 10 72 120 75
Binary 11101011 11100101 1001010 0 11 1000101 1000 111010 1010000 111101

Color Harmonies of #EBE54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE54A

Black with #EBE54A

Text Example


Text Example

White with #EBE54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE54A; }

 p { color: rgb(235,229,74); }

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

background-color css

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

 a { background-color: rgb(235,229,74); }

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

border-color css

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

 span { border-color: rgb(235,229,74); }

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