Html Css Color HEX #EFDC26 Golden Fizz

📋 copy color: '#EFDC26'

red 239 ◦ green 220 ◦ blue 38

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

Shades of Golden Fizz #EFDC26

Tints of Golden Fizz #EFDC26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.65%

R = 48.09%
G = 44.27%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#EFDC26 (or 0xEFDC26) is known color: Golden Fizz. HEX triplet: EF, DC and 26. RGB value is (239,220,38). Sum of RGB (Red+Green+Blue) = 239+220+38=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 38 (15.23% from 255 or 7.65% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDC26 is #1023D9. Grayscale: #CDCDCD. Windows color (decimal): -1057754 or 2546927. OLE color: 2546927.

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

Color convert

RGB 239 220 38 -
CMYK 0 0.08 0.84 0.06
HSL 54.33º 0.86% 0.54% -
HSV(B) 54.33º 0.84% 0.94% -
XYZ 61.54 69.68 12.04 -
YUV 204.93 33.79 152.3 -
System Red Green Blue C M Y K H S L
Decimal 239 220 38 0 0.08 0.84 0.06 54.33 0.86 0.54
Hex EF DC 26 0 8 54 6 36 56 36
Octal 357 334 46 0 10 124 6 66 126 66
Binary 11101111 11011100 100110 0 1000 1010100 110 110110 1010110 110110

Color Harmonies of #EFDC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC26

Black with #EFDC26

Text Example


Text Example

White with #EFDC26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC26; }

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

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

background-color css

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

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

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

border-color css

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

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

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