Html Css Color HEX #EBE64A Manz

📋 copy color: '#EBE64A'

red 235 ◦ green 230 ◦ blue 74

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

Shades of Manz #EBE64A

Tints of Manz #EBE64A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 42.67%

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

R = 43.6%
G = 42.67%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EBE64A (or 0xEBE64A) is known color: Manz. HEX triplet: EB, E6 and 4A. RGB value is (235,230,74). Sum of RGB (Red+Green+Blue) = 235+230+74=539 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.60% from 539); Green value is 230 (90.23% from 255 or 42.67% from 539); Blue value is 74 (29.30% from 255 or 13.73% from 539); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE64A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBE64A is #1419B5. Grayscale: #D6D6D6. Windows color (decimal): -1317302 or 4908779. OLE color: 4908779.

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

Color convert

RGB 235 230 74 -
CMYK 0 0.02 0.69 0.08
HSL 58.14º 0.8% 0.61% -
HSV(B) 58.14º 0.69% 0.92% -
XYZ 63.79 74.75 17.54 -
YUV 213.71 49.16 143.18 -
System Red Green Blue C M Y K H S L
Decimal 235 230 74 0 0.02 0.69 0.08 58.14 0.8 0.61
Hex EB E6 4A 0 2 45 8 3A 50 3D
Octal 353 346 112 0 2 105 10 72 120 75
Binary 11101011 11100110 1001010 0 10 1000101 1000 111010 1010000 111101

Color Harmonies of #EBE64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE64A

Black with #EBE64A

Text Example


Text Example

White with #EBE64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE64A; }

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

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

background-color css

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

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

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

border-color css

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

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

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