Html Css Color HEX #EFDA24 Golden Fizz

📋 copy color: '#EFDA24'

red 239 ◦ green 218 ◦ blue 36

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

Shades of Golden Fizz #EFDA24

Tints of Golden Fizz #EFDA24

RGB

 RED value IS 239 (93.75% from 255) = 48.48%

 GREEN value IS 218 (85.55% from 255) = 44.22%

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

R = 48.48%
G = 44.22%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#EFDA24 (or 0xEFDA24) is known color: Golden Fizz. HEX triplet: EF, DA and 24. RGB value is (239,218,36). Sum of RGB (Red+Green+Blue) = 239+218+36=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 218 (85.55% from 255 or 44.22% from 493); Blue value is 36 (14.45% from 255 or 7.30% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDA24 is #1025DB. Grayscale: #CCCCCC. Windows color (decimal): -1058268 or 2415343. OLE color: 2415343.

HSL color Cylindrical-coordinate representation of color #EFDA24: hue angle of 53.79º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EFDA24 is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 218 36 -
CMYK 0 0.09 0.85 0.06
HSL 53.79º 0.86% 0.54% -
HSV(B) 53.79º 0.85% 0.94% -
XYZ 60.99 68.62 11.7 -
YUV 203.53 33.46 153.3 -
System Red Green Blue C M Y K H S L
Decimal 239 218 36 0 0.09 0.85 0.06 53.79 0.86 0.54
Hex EF DA 24 0 9 55 6 36 56 36
Octal 357 332 44 0 11 125 6 66 126 66
Binary 11101111 11011010 100100 0 1001 1010101 110 110110 1010110 110110

Color Harmonies of #EFDA24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDA24

Black with #EFDA24

Text Example


Text Example

White with #EFDA24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDA24; }

 p { color: rgb(239,218,36); }

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

background-color css

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

 a { background-color: rgb(239,218,36); }

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

border-color css

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

 span { border-color: rgb(239,218,36); }

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