Html Css Color HEX #EADB24 Golden Fizz

📋 copy color: '#EADB24'

red 234 ◦ green 219 ◦ blue 36

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

Shades of Golden Fizz #EADB24

Tints of Golden Fizz #EADB24

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.79%

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

R = 47.85%
G = 44.79%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EADB24 (or 0xEADB24) is known color: Golden Fizz. HEX triplet: EA, DB and 24. RGB value is (234,219,36). Sum of RGB (Red+Green+Blue) = 234+219+36=489 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.85% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 36 (14.45% from 255 or 7.36% from 489); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADB24 is #1524DB. Grayscale: #CBCBCB. Windows color (decimal): -1385692 or 2415594. OLE color: 2415594.

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

Color convert

RGB 234 219 36 -
CMYK 0 0.06 0.85 0.08
HSL 55.45º 0.83% 0.53% -
HSV(B) 55.45º 0.85% 0.92% -
XYZ 59.58 68.28 11.71 -
YUV 202.62 33.97 150.38 -
System Red Green Blue C M Y K H S L
Decimal 234 219 36 0 0.06 0.85 0.08 55.45 0.83 0.53
Hex EA DB 24 0 6 55 8 37 52 35
Octal 352 333 44 0 6 125 10 67 122 65
Binary 11101010 11011011 100100 0 110 1010101 1000 110111 1010010 110101

Color Harmonies of #EADB24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB24

Black with #EADB24

Text Example


Text Example

White with #EADB24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB24; }

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

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

background-color css

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

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

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

border-color css

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

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

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