Html Css Color HEX #EBE42A Golden Fizz

📋 copy color: '#EBE42A'

red 235 ◦ green 228 ◦ blue 42

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

Shades of Golden Fizz #EBE42A

Tints of Golden Fizz #EBE42A

RGB

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

 GREEN value IS 228 (89.45% from 255) = 45.15%

 BLUE value IS 42 (16.8% from 255) = 8.32%

R = 46.53%
G = 45.15%
B = 8.32%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EBE42A (or 0xEBE42A) is known color: Golden Fizz. HEX triplet: EB, E4 and 2A. RGB value is (235,228,42). Sum of RGB (Red+Green+Blue) = 235+228+42=505 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.53% from 505); Green value is 228 (89.45% from 255 or 45.15% from 505); Blue value is 42 (16.80% from 255 or 8.32% from 505); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE42A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE42A is #141BD5. Grayscale: #D1D1D1. Windows color (decimal): -1317846 or 2811115. OLE color: 2811115.

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

Color convert

RGB 235 228 42 -
CMYK 0 0.03 0.82 0.08
HSL 57.82º 0.83% 0.54% -
HSV(B) 57.82º 0.82% 0.92% -
XYZ 62.42 73.32 13.05 -
YUV 208.89 33.82 146.62 -
System Red Green Blue C M Y K H S L
Decimal 235 228 42 0 0.03 0.82 0.08 57.82 0.83 0.54
Hex EB E4 2A 0 3 52 8 3A 53 36
Octal 353 344 52 0 3 122 10 72 123 66
Binary 11101011 11100100 101010 0 11 1010010 1000 111010 1010011 110110

Color Harmonies of #EBE42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE42A

Black with #EBE42A

Text Example


Text Example

White with #EBE42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE42A; }

 p { color: rgb(235,228,42); }

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

background-color css

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

 a { background-color: rgb(235,228,42); }

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

border-color css

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

 span { border-color: rgb(235,228,42); }

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