Html Css Color HEX #EBE24A Manz

📋 copy color: '#EBE24A'

red 235 ◦ green 226 ◦ blue 74

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

Shades of Manz #EBE24A

Tints of Manz #EBE24A

RGB

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

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

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

R = 43.93%
G = 42.24%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EBE24A (or 0xEBE24A) is known color: Manz. HEX triplet: EB, E2 and 4A. RGB value is (235,226,74). Sum of RGB (Red+Green+Blue) = 235+226+74=535 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.93% from 535); Green value is 226 (88.67% from 255 or 42.24% from 535); Blue value is 74 (29.30% from 255 or 13.83% from 535); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE24A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE24A is #141DB5. Grayscale: #D3D3D3. Windows color (decimal): -1318326 or 4907755. OLE color: 4907755.

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

Color convert

RGB 235 226 74 -
CMYK 0 0.04 0.69 0.08
HSL 56.65º 0.8% 0.61% -
HSV(B) 56.65º 0.69% 0.92% -
XYZ 62.69 72.55 17.18 -
YUV 211.36 50.48 144.86 -
System Red Green Blue C M Y K H S L
Decimal 235 226 74 0 0.04 0.69 0.08 56.65 0.8 0.61
Hex EB E2 4A 0 4 45 8 39 50 3D
Octal 353 342 112 0 4 105 10 71 120 75
Binary 11101011 11100010 1001010 0 100 1000101 1000 111001 1010000 111101

Color Harmonies of #EBE24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE24A

Black with #EBE24A

Text Example


Text Example

White with #EBE24A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE24A; }

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

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

background-color css

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

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

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

border-color css

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

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

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