Html Css Color HEX #EFEF3C Golden Fizz

📋 copy color: '#EFEF3C'

red 239 ◦ green 239 ◦ blue 60

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

Shades of Golden Fizz #EFEF3C

Tints of Golden Fizz #EFEF3C

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.42%

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

R = 44.42%
G = 44.42%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#EFEF3C (or 0xEFEF3C) is known color: Golden Fizz. HEX triplet: EF, EF and 3C. RGB value is (239,239,60). Sum of RGB (Red+Green+Blue) = 239+239+60=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 239 (93.75% from 255 or 44.42% from 538); Blue value is 60 (23.83% from 255 or 11.15% from 538); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEF3C is #1010C3. Grayscale: #DBDBDB. Windows color (decimal): -1052868 or 3993583. OLE color: 3993583.

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

Color convert

RGB 239 239 60 -
CMYK 0 0 0.75 0.06
HSL 60º 0.85% 0.59% -
HSV(B) 60º 0.75% 0.94% -
XYZ 67.28 80.41 16.25 -
YUV 218.59 38.5 142.55 -
System Red Green Blue C M Y K H S L
Decimal 239 239 60 0 0 0.75 0.06 60 0.85 0.59
Hex EF EF 3C 0 0 4B 6 3C 55 3B
Octal 357 357 74 0 0 113 6 74 125 73
Binary 11101111 11101111 111100 0 0 1001011 110 111100 1010101 111011

Color Harmonies of #EFEF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEF3C

Black with #EFEF3C

Text Example


Text Example

White with #EFEF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEF3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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