Html Css Color HEX #EADA30 Golden Fizz

📋 copy color: '#EADA30'

red 234 ◦ green 218 ◦ blue 48

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

Shades of Golden Fizz #EADA30

Tints of Golden Fizz #EADA30

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.6%

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

R = 46.8%
G = 43.6%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EADA30 (or 0xEADA30) is known color: Golden Fizz. HEX triplet: EA, DA and 30. RGB value is (234,218,48). Sum of RGB (Red+Green+Blue) = 234+218+48=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 218 (85.55% from 255 or 43.6% from 500); Blue value is 48 (19.14% from 255 or 9.6% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADA30 is #1525CF. Grayscale: #CCCCCC. Windows color (decimal): -1385936 or 3201770. OLE color: 3201770.

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

Color convert

RGB 234 218 48 -
CMYK 0 0.07 0.79 0.08
HSL 54.84º 0.82% 0.55% -
HSV(B) 54.84º 0.79% 0.92% -
XYZ 59.54 67.85 12.75 -
YUV 203.4 40.3 149.82 -
System Red Green Blue C M Y K H S L
Decimal 234 218 48 0 0.07 0.79 0.08 54.84 0.82 0.55
Hex EA DA 30 0 7 4F 8 37 52 37
Octal 352 332 60 0 7 117 10 67 122 67
Binary 11101010 11011010 110000 0 111 1001111 1000 110111 1010010 110111

Color Harmonies of #EADA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADA30

Black with #EADA30

Text Example


Text Example

White with #EADA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADA30; }

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

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

background-color css

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

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

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

border-color css

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

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

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