Html Css Color HEX #EAE133 Golden Fizz

📋 copy color: '#EAE133'

red 234 ◦ green 225 ◦ blue 51

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

Shades of Golden Fizz #EAE133

Tints of Golden Fizz #EAE133

RGB

 RED value IS 234 (91.8% from 255) = 45.88%

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

 BLUE value IS 51 (20.31% from 255) = 10%

R = 45.88%
G = 44.12%
B = 10%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EAE133 (or 0xEAE133) is known color: Golden Fizz. HEX triplet: EA, E1 and 33. RGB value is (234,225,51). Sum of RGB (Red+Green+Blue) = 234+225+51=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 225 (88.28% from 255 or 44.12% from 510); Blue value is 51 (20.31% from 255 or 10% from 510); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE133 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE133 is #151ECC. Grayscale: #D0D0D0. Windows color (decimal): -1384141 or 3400170. OLE color: 3400170.

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

Color convert

RGB 234 225 51 -
CMYK 0 0.04 0.78 0.08
HSL 57.05º 0.81% 0.56% -
HSV(B) 57.05º 0.78% 0.92% -
XYZ 61.45 71.58 13.71 -
YUV 207.86 39.48 146.65 -
System Red Green Blue C M Y K H S L
Decimal 234 225 51 0 0.04 0.78 0.08 57.05 0.81 0.56
Hex EA E1 33 0 4 4E 8 39 51 38
Octal 352 341 63 0 4 116 10 71 121 70
Binary 11101010 11100001 110011 0 100 1001110 1000 111001 1010001 111000

Color Harmonies of #EAE133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE133

Black with #EAE133

Text Example


Text Example

White with #EAE133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE133; }

 p { color: rgb(234,225,51); }

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

background-color css

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

 a { background-color: rgb(234,225,51); }

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

border-color css

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

 span { border-color: rgb(234,225,51); }

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