Html Css Color HEX #EAD330 Golden Fizz

📋 copy color: '#EAD330'

red 234 ◦ green 211 ◦ blue 48

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

Shades of Golden Fizz #EAD330

Tints of Golden Fizz #EAD330

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.8%

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

R = 47.46%
G = 42.8%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EAD330 (or 0xEAD330) is known color: Golden Fizz. HEX triplet: EA, D3 and 30. RGB value is (234,211,48). Sum of RGB (Red+Green+Blue) = 234+211+48=493 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.46% from 493); Green value is 211 (82.81% from 255 or 42.80% from 493); Blue value is 48 (19.14% from 255 or 9.74% from 493); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD330 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD330 is #152CCF. Grayscale: #C7C7C7. Windows color (decimal): -1387728 or 3199978. OLE color: 3199978.

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

Color convert

RGB 234 211 48 -
CMYK 0 0.10 0.79 0.08
HSL 52.58º 0.82% 0.55% -
HSV(B) 52.58º 0.79% 0.92% -
XYZ 57.76 64.29 12.16 -
YUV 199.3 42.62 152.75 -
System Red Green Blue C M Y K H S L
Decimal 234 211 48 0 0.10 0.79 0.08 52.58 0.82 0.55
Hex EA D3 30 0 A 4F 8 35 52 37
Octal 352 323 60 0 12 117 10 65 122 67
Binary 11101010 11010011 110000 0 1010 1001111 1000 110101 1010010 110111

Color Harmonies of #EAD330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD330

Black with #EAD330

Text Example


Text Example

White with #EAD330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD330; }

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

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

background-color css

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

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

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

border-color css

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

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

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