Html Css Color HEX #EFDC35 Golden Fizz

📋 copy color: '#EFDC35'

red 239 ◦ green 220 ◦ blue 53

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

Shades of Golden Fizz #EFDC35

Tints of Golden Fizz #EFDC35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.35%

R = 46.68%
G = 42.97%
B = 10.35%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EFDC35 (or 0xEFDC35) is known color: Golden Fizz. HEX triplet: EF, DC and 35. RGB value is (239,220,53). Sum of RGB (Red+Green+Blue) = 239+220+53=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 53 (21.09% from 255 or 10.35% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDC35 is #1023CA. Grayscale: #CFCFCF. Windows color (decimal): -1057739 or 3529967. OLE color: 3529967.

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

Color convert

RGB 239 220 53 -
CMYK 0 0.08 0.78 0.06
HSL 53.87º 0.85% 0.57% -
HSV(B) 53.87º 0.78% 0.94% -
XYZ 61.83 69.79 13.58 -
YUV 206.64 41.29 151.08 -
System Red Green Blue C M Y K H S L
Decimal 239 220 53 0 0.08 0.78 0.06 53.87 0.85 0.57
Hex EF DC 35 0 8 4E 6 36 55 39
Octal 357 334 65 0 10 116 6 66 125 71
Binary 11101111 11011100 110101 0 1000 1001110 110 110110 1010101 111001

Color Harmonies of #EFDC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC35

Black with #EFDC35

Text Example


Text Example

White with #EFDC35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC35; }

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

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

background-color css

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

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

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

border-color css

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

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

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