Html Css Color HEX #EFDB24 Golden Fizz

📋 copy color: '#EFDB24'

red 239 ◦ green 219 ◦ blue 36

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

Shades of Golden Fizz #EFDB24

Tints of Golden Fizz #EFDB24

RGB

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

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

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

R = 48.38%
G = 44.33%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#EFDB24 (or 0xEFDB24) is known color: Golden Fizz. HEX triplet: EF, DB and 24. RGB value is (239,219,36). Sum of RGB (Red+Green+Blue) = 239+219+36=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 36 (14.45% from 255 or 7.29% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDB24 is #1024DB. Grayscale: #CCCCCC. Windows color (decimal): -1058012 or 2415599. OLE color: 2415599.

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

Color convert

RGB 239 219 36 -
CMYK 0 0.08 0.85 0.06
HSL 54.09º 0.86% 0.54% -
HSV(B) 54.09º 0.85% 0.94% -
XYZ 61.25 69.14 11.79 -
YUV 204.12 33.13 152.88 -
System Red Green Blue C M Y K H S L
Decimal 239 219 36 0 0.08 0.85 0.06 54.09 0.86 0.54
Hex EF DB 24 0 8 55 6 36 56 36
Octal 357 333 44 0 10 125 6 66 126 66
Binary 11101111 11011011 100100 0 1000 1010101 110 110110 1010110 110110

Color Harmonies of #EFDB24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB24

Black with #EFDB24

Text Example


Text Example

White with #EFDB24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB24; }

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

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

background-color css

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

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

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

border-color css

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

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

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