Html Css Color HEX #EAE030 Golden Fizz

📋 copy color: '#EAE030'

red 234 ◦ green 224 ◦ blue 48

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

Shades of Golden Fizz #EAE030

Tints of Golden Fizz #EAE030

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.27%

 BLUE value IS 48 (19.14% from 255) = 9.49%

R = 46.25%
G = 44.27%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EAE030 (or 0xEAE030) is known color: Golden Fizz. HEX triplet: EA, E0 and 30. RGB value is (234,224,48). Sum of RGB (Red+Green+Blue) = 234+224+48=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 224 (87.89% from 255 or 44.27% from 506); Blue value is 48 (19.14% from 255 or 9.49% from 506); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE030 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE030 is #151FCF. Grayscale: #CFCFCF. Windows color (decimal): -1384400 or 3203306. OLE color: 3203306.

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

Color convert

RGB 234 224 48 -
CMYK 0 0.04 0.79 0.08
HSL 56.77º 0.82% 0.55% -
HSV(B) 56.77º 0.79% 0.92% -
XYZ 61.12 71.02 13.28 -
YUV 206.93 38.31 147.31 -
System Red Green Blue C M Y K H S L
Decimal 234 224 48 0 0.04 0.79 0.08 56.77 0.82 0.55
Hex EA E0 30 0 4 4F 8 39 52 37
Octal 352 340 60 0 4 117 10 71 122 67
Binary 11101010 11100000 110000 0 100 1001111 1000 111001 1010010 110111

Color Harmonies of #EAE030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE030

Black with #EAE030

Text Example


Text Example

White with #EAE030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE030; }

 p { color: rgb(234,224,48); }

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

background-color css

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

 a { background-color: rgb(234,224,48); }

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

border-color css

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

 span { border-color: rgb(234,224,48); }

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