Html Css Color HEX #EBE128 Golden Fizz

📋 copy color: '#EBE128'

red 235 ◦ green 225 ◦ blue 40

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

Shades of Golden Fizz #EBE128

Tints of Golden Fizz #EBE128

RGB

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

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

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

R = 47%
G = 45%
B = 8%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EBE128 (or 0xEBE128) is known color: Golden Fizz. HEX triplet: EB, E1 and 28. RGB value is (235,225,40). Sum of RGB (Red+Green+Blue) = 235+225+40=500 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47% from 500); Green value is 225 (88.28% from 255 or 45% from 500); Blue value is 40 (16.02% from 255 or 8% from 500); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE128 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE128 is #141ED7. Grayscale: #CFCFCF. Windows color (decimal): -1318616 or 2679275. OLE color: 2679275.

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

Color convert

RGB 235 225 40 -
CMYK 0 0.04 0.83 0.08
HSL 56.92º 0.83% 0.54% -
HSV(B) 56.92º 0.83% 0.92% -
XYZ 61.57 71.67 12.6 -
YUV 206.9 33.81 148.04 -
System Red Green Blue C M Y K H S L
Decimal 235 225 40 0 0.04 0.83 0.08 56.92 0.83 0.54
Hex EB E1 28 0 4 53 8 39 53 36
Octal 353 341 50 0 4 123 10 71 123 66
Binary 11101011 11100001 101000 0 100 1010011 1000 111001 1010011 110110

Color Harmonies of #EBE128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE128

Black with #EBE128

Text Example


Text Example

White with #EBE128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE128; }

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

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

background-color css

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

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

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

border-color css

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

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

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