Html Css Color HEX #EAD828 Golden Fizz

📋 copy color: '#EAD828'

red 234 ◦ green 216 ◦ blue 40

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

Shades of Golden Fizz #EAD828

Tints of Golden Fizz #EAD828

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.08%

 BLUE value IS 40 (16.02% from 255) = 8.16%

R = 47.76%
G = 44.08%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EAD828 (or 0xEAD828) is known color: Golden Fizz. HEX triplet: EA, D8 and 28. RGB value is (234,216,40). Sum of RGB (Red+Green+Blue) = 234+216+40=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 216 (84.77% from 255 or 44.08% from 490); Blue value is 40 (16.02% from 255 or 8.16% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD828 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD828 is #1527D7. Grayscale: #CACACA. Windows color (decimal): -1386456 or 2676970. OLE color: 2676970.

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

Color convert

RGB 234 216 40 -
CMYK 0 0.08 0.83 0.08
HSL 54.43º 0.82% 0.54% -
HSV(B) 54.43º 0.83% 0.92% -
XYZ 58.87 66.76 11.79 -
YUV 201.32 36.96 151.31 -
System Red Green Blue C M Y K H S L
Decimal 234 216 40 0 0.08 0.83 0.08 54.43 0.82 0.54
Hex EA D8 28 0 8 53 8 36 52 36
Octal 352 330 50 0 10 123 10 66 122 66
Binary 11101010 11011000 101000 0 1000 1010011 1000 110110 1010010 110110

Color Harmonies of #EAD828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD828

Black with #EAD828

Text Example


Text Example

White with #EAD828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD828; }

 p { color: rgb(234,216,40); }

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

background-color css

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

 a { background-color: rgb(234,216,40); }

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

border-color css

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

 span { border-color: rgb(234,216,40); }

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