Html Css Color HEX #EAD928 Golden Fizz

📋 copy color: '#EAD928'

red 234 ◦ green 217 ◦ blue 40

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

Shades of Golden Fizz #EAD928

Tints of Golden Fizz #EAD928

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.2%

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

R = 47.66%
G = 44.2%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EAD928 (or 0xEAD928) is known color: Golden Fizz. HEX triplet: EA, D9 and 28. RGB value is (234,217,40). Sum of RGB (Red+Green+Blue) = 234+217+40=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 217 (85.16% from 255 or 44.20% from 491); Blue value is 40 (16.02% from 255 or 8.15% from 491); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD928 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD928 is #1526D7. Grayscale: #CACACA. Windows color (decimal): -1386200 or 2677226. OLE color: 2677226.

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

Color convert

RGB 234 217 40 -
CMYK 0 0.07 0.83 0.08
HSL 54.74º 0.82% 0.54% -
HSV(B) 54.74º 0.83% 0.92% -
XYZ 59.13 67.27 11.88 -
YUV 201.91 36.63 150.89 -
System Red Green Blue C M Y K H S L
Decimal 234 217 40 0 0.07 0.83 0.08 54.74 0.82 0.54
Hex EA D9 28 0 7 53 8 37 52 36
Octal 352 331 50 0 7 123 10 67 122 66
Binary 11101010 11011001 101000 0 111 1010011 1000 110111 1010010 110110

Color Harmonies of #EAD928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD928

Black with #EAD928

Text Example


Text Example

White with #EAD928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD928; }

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

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

background-color css

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

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

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

border-color css

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

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

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