Html Css Color HEX #EFDC23 Golden Fizz

📋 copy color: '#EFDC23'

red 239 ◦ green 220 ◦ blue 35

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

Shades of Golden Fizz #EFDC23

Tints of Golden Fizz #EFDC23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.09%

R = 48.38%
G = 44.53%
B = 7.09%

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

#EFDC23 (or 0xEFDC23) is known color: Golden Fizz. HEX triplet: EF, DC and 23. RGB value is (239,220,35). Sum of RGB (Red+Green+Blue) = 239+220+35=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 35 (14.06% from 255 or 7.09% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDC23 is #1023DC. Grayscale: #CDCDCD. Windows color (decimal): -1057757 or 2350319. OLE color: 2350319.

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

Color convert

RGB 239 220 35 -
CMYK 0 0.08 0.85 0.06
HSL 54.41º 0.86% 0.54% -
HSV(B) 54.41º 0.85% 0.94% -
XYZ 61.49 69.66 11.79 -
YUV 204.59 32.29 152.54 -
System Red Green Blue C M Y K H S L
Decimal 239 220 35 0 0.08 0.85 0.06 54.41 0.86 0.54
Hex EF DC 23 0 8 55 6 36 56 36
Octal 357 334 43 0 10 125 6 66 126 66
Binary 11101111 11011100 100011 0 1000 1010101 110 110110 1010110 110110

Color Harmonies of #EFDC23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC23

Black with #EFDC23

Text Example


Text Example

White with #EFDC23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC23; }

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

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

background-color css

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

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

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

border-color css

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

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

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