Html Css Color HEX #EFEF3B Golden Fizz

📋 copy color: '#EFEF3B'

red 239 ◦ green 239 ◦ blue 59

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

Shades of Golden Fizz #EFEF3B

Tints of Golden Fizz #EFEF3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 10.99%

R = 44.51%
G = 44.51%
B = 10.99%

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

#EFEF3B (or 0xEFEF3B) is known color: Golden Fizz. HEX triplet: EF, EF and 3B. RGB value is (239,239,59). Sum of RGB (Red+Green+Blue) = 239+239+59=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 239 (93.75% from 255 or 44.51% from 537); Blue value is 59 (23.44% from 255 or 10.99% from 537); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF3B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEF3B is #1010C4. Grayscale: #DBDBDB. Windows color (decimal): -1052869 or 3928047. OLE color: 3928047.

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

Color convert

RGB 239 239 59 -
CMYK 0 0 0.75 0.06
HSL 60º 0.85% 0.58% -
HSV(B) 60º 0.75% 0.94% -
XYZ 67.25 80.4 16.11 -
YUV 218.48 38 142.64 -
System Red Green Blue C M Y K H S L
Decimal 239 239 59 0 0 0.75 0.06 60 0.85 0.58
Hex EF EF 3B 0 0 4B 6 3C 55 3A
Octal 357 357 73 0 0 113 6 74 125 72
Binary 11101111 11101111 111011 0 0 1001011 110 111100 1010101 111010

Color Harmonies of #EFEF3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEF3B

Black with #EFEF3B

Text Example


Text Example

White with #EFEF3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEF3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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