Html Css Color HEX #EFDC24 Golden Fizz

📋 copy color: '#EFDC24'

red 239 ◦ green 220 ◦ blue 36

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

Shades of Golden Fizz #EFDC24

Tints of Golden Fizz #EFDC24

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.44%

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

R = 48.28%
G = 44.44%
B = 7.27%

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

#EFDC24 (or 0xEFDC24) is known color: Golden Fizz. HEX triplet: EF, DC and 24. RGB value is (239,220,36). Sum of RGB (Red+Green+Blue) = 239+220+36=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 36 (14.45% from 255 or 7.27% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDC24 is #1023DB. Grayscale: #CDCDCD. Windows color (decimal): -1057756 or 2415855. OLE color: 2415855.

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

Color convert

RGB 239 220 36 -
CMYK 0 0.08 0.85 0.06
HSL 54.38º 0.86% 0.54% -
HSV(B) 54.38º 0.85% 0.94% -
XYZ 61.51 69.66 11.87 -
YUV 204.71 32.79 152.46 -
System Red Green Blue C M Y K H S L
Decimal 239 220 36 0 0.08 0.85 0.06 54.38 0.86 0.54
Hex EF DC 24 0 8 55 6 36 56 36
Octal 357 334 44 0 10 125 6 66 126 66
Binary 11101111 11011100 100100 0 1000 1010101 110 110110 1010110 110110

Color Harmonies of #EFDC24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC24

Black with #EFDC24

Text Example


Text Example

White with #EFDC24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC24; }

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

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

background-color css

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

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

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

border-color css

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

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

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