Html Css Color HEX #EAE730 Golden Fizz

📋 copy color: '#EAE730'

red 234 ◦ green 231 ◦ blue 48

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

Shades of Golden Fizz #EAE730

Tints of Golden Fizz #EAE730

RGB

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

 GREEN value IS 231 (90.63% from 255) = 45.03%

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

R = 45.61%
G = 45.03%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EAE730 (or 0xEAE730) is known color: Golden Fizz. HEX triplet: EA, E7 and 30. RGB value is (234,231,48). Sum of RGB (Red+Green+Blue) = 234+231+48=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 231 (90.62% from 255 or 45.03% from 513); Blue value is 48 (19.14% from 255 or 9.36% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE730 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAE730 is #1518CF. Grayscale: #D3D3D3. Windows color (decimal): -1382608 or 3205098. OLE color: 3205098.

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

Color convert

RGB 234 231 48 -
CMYK 0 0.01 0.79 0.08
HSL 59.03º 0.82% 0.55% -
HSV(B) 59.03º 0.79% 0.92% -
XYZ 63.04 74.86 13.92 -
YUV 211.04 35.99 144.38 -
System Red Green Blue C M Y K H S L
Decimal 234 231 48 0 0.01 0.79 0.08 59.03 0.82 0.55
Hex EA E7 30 0 1 4F 8 3B 52 37
Octal 352 347 60 0 1 117 10 73 122 67
Binary 11101010 11100111 110000 0 1 1001111 1000 111011 1010010 110111

Color Harmonies of #EAE730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE730

Black with #EAE730

Text Example


Text Example

White with #EAE730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE730; }

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

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

background-color css

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

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

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

border-color css

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

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

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