Html Css Color HEX #EFDC27 Golden Fizz

📋 copy color: '#EFDC27'

red 239 ◦ green 220 ◦ blue 39

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

Shades of Golden Fizz #EFDC27

Tints of Golden Fizz #EFDC27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 7.83%

R = 47.99%
G = 44.18%
B = 7.83%

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

#EFDC27 (or 0xEFDC27) is known color: Golden Fizz. HEX triplet: EF, DC and 27. RGB value is (239,220,39). Sum of RGB (Red+Green+Blue) = 239+220+39=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 39 (15.62% from 255 or 7.83% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDC27 is #1023D8. Grayscale: #CDCDCD. Windows color (decimal): -1057753 or 2612463. OLE color: 2612463.

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

Color convert

RGB 239 220 39 -
CMYK 0 0.08 0.84 0.06
HSL 54.3º 0.86% 0.55% -
HSV(B) 54.3º 0.84% 0.94% -
XYZ 61.56 69.68 12.13 -
YUV 205.05 34.29 152.22 -
System Red Green Blue C M Y K H S L
Decimal 239 220 39 0 0.08 0.84 0.06 54.3 0.86 0.55
Hex EF DC 27 0 8 54 6 36 56 37
Octal 357 334 47 0 10 124 6 66 126 67
Binary 11101111 11011100 100111 0 1000 1010100 110 110110 1010110 110111

Color Harmonies of #EFDC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC27

Black with #EFDC27

Text Example


Text Example

White with #EFDC27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC27; }

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

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

background-color css

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

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

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

border-color css

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

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

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