Html Css Color HEX #EAD924 Golden Fizz

📋 copy color: '#EAD924'

red 234 ◦ green 217 ◦ blue 36

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

Shades of Golden Fizz #EAD924

Tints of Golden Fizz #EAD924

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.39%

R = 48.05%
G = 44.56%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EAD924 (or 0xEAD924) is known color: Golden Fizz. HEX triplet: EA, D9 and 24. RGB value is (234,217,36). Sum of RGB (Red+Green+Blue) = 234+217+36=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 217 (85.16% from 255 or 44.56% from 487); Blue value is 36 (14.45% from 255 or 7.39% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD924 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD924 is #1526DB. Grayscale: #CACACA. Windows color (decimal): -1386204 or 2415082. OLE color: 2415082.

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

Color convert

RGB 234 217 36 -
CMYK 0 0.07 0.85 0.08
HSL 54.85º 0.83% 0.53% -
HSV(B) 54.85º 0.85% 0.92% -
XYZ 59.06 67.25 11.54 -
YUV 201.45 34.63 151.22 -
System Red Green Blue C M Y K H S L
Decimal 234 217 36 0 0.07 0.85 0.08 54.85 0.83 0.53
Hex EA D9 24 0 7 55 8 37 52 35
Octal 352 331 44 0 7 125 10 67 122 65
Binary 11101010 11011001 100100 0 111 1010101 1000 110111 1010010 110101

Color Harmonies of #EAD924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD924

Black with #EAD924

Text Example


Text Example

White with #EAD924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD924; }

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

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

background-color css

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

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

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

border-color css

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

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

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