Html Css Color HEX #EFDF3C Golden Fizz

📋 copy color: '#EFDF3C'

red 239 ◦ green 223 ◦ blue 60

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

Shades of Golden Fizz #EFDF3C

Tints of Golden Fizz #EFDF3C

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.72%

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

R = 45.79%
G = 42.72%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#EFDF3C (or 0xEFDF3C) is known color: Golden Fizz. HEX triplet: EF, DF and 3C. RGB value is (239,223,60). Sum of RGB (Red+Green+Blue) = 239+223+60=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 60 (23.83% from 255 or 11.49% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDF3C is #1020C3. Grayscale: #D1D1D1. Windows color (decimal): -1056964 or 3989487. OLE color: 3989487.

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

Color convert

RGB 239 223 60 -
CMYK 0 0.07 0.75 0.06
HSL 54.64º 0.85% 0.59% -
HSV(B) 54.64º 0.75% 0.94% -
XYZ 62.8 71.45 14.76 -
YUV 209.2 43.8 149.25 -
System Red Green Blue C M Y K H S L
Decimal 239 223 60 0 0.07 0.75 0.06 54.64 0.85 0.59
Hex EF DF 3C 0 7 4B 6 37 55 3B
Octal 357 337 74 0 7 113 6 67 125 73
Binary 11101111 11011111 111100 0 111 1001011 110 110111 1010101 111011

Color Harmonies of #EFDF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF3C

Black with #EFDF3C

Text Example


Text Example

White with #EFDF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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