Html Css Color HEX #EFD53C Golden Fizz

📋 copy color: '#EFD53C'

red 239 ◦ green 213 ◦ blue 60

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

Shades of Golden Fizz #EFD53C

Tints of Golden Fizz #EFD53C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.6%

 BLUE value IS 60 (23.83% from 255) = 11.72%

R = 46.68%
G = 41.6%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#EFD53C (or 0xEFD53C) is known color: Golden Fizz. HEX triplet: EF, D5 and 3C. RGB value is (239,213,60). Sum of RGB (Red+Green+Blue) = 239+213+60=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 213 (83.59% from 255 or 41.60% from 512); Blue value is 60 (23.83% from 255 or 11.72% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD53C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD53C is #102AC3. Grayscale: #CBCBCB. Windows color (decimal): -1059524 or 3986927. OLE color: 3986927.

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

Color convert

RGB 239 213 60 -
CMYK 0 0.11 0.75 0.06
HSL 51.28º 0.85% 0.59% -
HSV(B) 51.28º 0.75% 0.94% -
XYZ 60.21 66.27 13.89 -
YUV 203.33 47.11 153.44 -
System Red Green Blue C M Y K H S L
Decimal 239 213 60 0 0.11 0.75 0.06 51.28 0.85 0.59
Hex EF D5 3C 0 B 4B 6 33 55 3B
Octal 357 325 74 0 13 113 6 63 125 73
Binary 11101111 11010101 111100 0 1011 1001011 110 110011 1010101 111011

Color Harmonies of #EFD53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD53C

Black with #EFD53C

Text Example


Text Example

White with #EFD53C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD53C; }

 p { color: rgb(239,213,60); }

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

background-color css

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

 a { background-color: rgb(239,213,60); }

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

border-color css

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

 span { border-color: rgb(239,213,60); }

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