Html Css Color HEX #EBE428 Golden Fizz

📋 copy color: '#EBE428'

red 235 ◦ green 228 ◦ blue 40

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

Shades of Golden Fizz #EBE428

Tints of Golden Fizz #EBE428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.95%

R = 46.72%
G = 45.33%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EBE428 (or 0xEBE428) is known color: Golden Fizz. HEX triplet: EB, E4 and 28. RGB value is (235,228,40). Sum of RGB (Red+Green+Blue) = 235+228+40=503 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.72% from 503); Green value is 228 (89.45% from 255 or 45.33% from 503); Blue value is 40 (16.02% from 255 or 7.95% from 503); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE428 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE428 is #141BD7. Grayscale: #D1D1D1. Windows color (decimal): -1317848 or 2680043. OLE color: 2680043.

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

Color convert

RGB 235 228 40 -
CMYK 0 0.03 0.83 0.08
HSL 57.85º 0.83% 0.54% -
HSV(B) 57.85º 0.83% 0.92% -
XYZ 62.39 73.3 12.87 -
YUV 208.66 32.82 146.79 -
System Red Green Blue C M Y K H S L
Decimal 235 228 40 0 0.03 0.83 0.08 57.85 0.83 0.54
Hex EB E4 28 0 3 53 8 3A 53 36
Octal 353 344 50 0 3 123 10 72 123 66
Binary 11101011 11100100 101000 0 11 1010011 1000 111010 1010011 110110

Color Harmonies of #EBE428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE428

Black with #EBE428

Text Example


Text Example

White with #EBE428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE428; }

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

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

background-color css

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

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

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

border-color css

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

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

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