Html Css Color HEX #EBE42C Golden Fizz

📋 copy color: '#EBE42C'

red 235 ◦ green 228 ◦ blue 44

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

Shades of Golden Fizz #EBE42C

Tints of Golden Fizz #EBE42C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 8.68%

R = 46.35%
G = 44.97%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EBE42C (or 0xEBE42C) is known color: Golden Fizz. HEX triplet: EB, E4 and 2C. RGB value is (235,228,44). Sum of RGB (Red+Green+Blue) = 235+228+44=507 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.35% from 507); Green value is 228 (89.45% from 255 or 44.97% from 507); Blue value is 44 (17.58% from 255 or 8.68% from 507); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE42C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE42C is #141BD3. Grayscale: #D1D1D1. Windows color (decimal): -1317844 or 2942187. OLE color: 2942187.

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

Color convert

RGB 235 228 44 -
CMYK 0 0.03 0.81 0.08
HSL 57.8º 0.83% 0.55% -
HSV(B) 57.8º 0.81% 0.92% -
XYZ 62.46 73.33 13.25 -
YUV 209.12 34.82 146.46 -
System Red Green Blue C M Y K H S L
Decimal 235 228 44 0 0.03 0.81 0.08 57.8 0.83 0.55
Hex EB E4 2C 0 3 51 8 3A 53 37
Octal 353 344 54 0 3 121 10 72 123 67
Binary 11101011 11100100 101100 0 11 1010001 1000 111010 1010011 110111

Color Harmonies of #EBE42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE42C

Black with #EBE42C

Text Example


Text Example

White with #EBE42C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE42C; }

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

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

background-color css

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

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

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

border-color css

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

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

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