Html Css Color HEX #EBE14A Manz

📋 copy color: '#EBE14A'

red 235 ◦ green 225 ◦ blue 74

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

Shades of Manz #EBE14A

Tints of Manz #EBE14A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.13%

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

R = 44.01%
G = 42.13%
B = 13.86%

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

#EBE14A (or 0xEBE14A) is known color: Manz. HEX triplet: EB, E1 and 4A. RGB value is (235,225,74). Sum of RGB (Red+Green+Blue) = 235+225+74=534 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.01% from 534); Green value is 225 (88.28% from 255 or 42.13% from 534); Blue value is 74 (29.30% from 255 or 13.86% from 534); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE14A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE14A is #141EB5. Grayscale: #D3D3D3. Windows color (decimal): -1318582 or 4907499. OLE color: 4907499.

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

Color convert

RGB 235 225 74 -
CMYK 0 0.04 0.69 0.08
HSL 56.27º 0.8% 0.61% -
HSV(B) 56.27º 0.69% 0.92% -
XYZ 62.42 72.01 17.09 -
YUV 210.78 50.81 145.28 -
System Red Green Blue C M Y K H S L
Decimal 235 225 74 0 0.04 0.69 0.08 56.27 0.8 0.61
Hex EB E1 4A 0 4 45 8 38 50 3D
Octal 353 341 112 0 4 105 10 70 120 75
Binary 11101011 11100001 1001010 0 100 1000101 1000 111000 1010000 111101

Color Harmonies of #EBE14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE14A

Black with #EBE14A

Text Example


Text Example

White with #EBE14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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