Html Css Color HEX #EFEF33 Golden Fizz

📋 copy color: '#EFEF33'

red 239 ◦ green 239 ◦ blue 51

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

Shades of Golden Fizz #EFEF33

Tints of Golden Fizz #EFEF33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 9.64%

R = 45.18%
G = 45.18%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EFEF33 (or 0xEFEF33) is known color: Golden Fizz. HEX triplet: EF, EF and 33. RGB value is (239,239,51). Sum of RGB (Red+Green+Blue) = 239+239+51=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 239 (93.75% from 255 or 45.18% from 529); Blue value is 51 (20.31% from 255 or 9.64% from 529); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF33 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEF33 is #1010CC. Grayscale: #DADADA. Windows color (decimal): -1052877 or 3403759. OLE color: 3403759.

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

Color convert

RGB 239 239 51 -
CMYK 0 0 0.79 0.06
HSL 60º 0.85% 0.57% -
HSV(B) 60º 0.79% 0.94% -
XYZ 67.06 80.32 15.1 -
YUV 217.57 34 143.29 -
System Red Green Blue C M Y K H S L
Decimal 239 239 51 0 0 0.79 0.06 60 0.85 0.57
Hex EF EF 33 0 0 4F 6 3C 55 39
Octal 357 357 63 0 0 117 6 74 125 71
Binary 11101111 11101111 110011 0 0 1001111 110 111100 1010101 111001

Color Harmonies of #EFEF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEF33

Black with #EFEF33

Text Example


Text Example

White with #EFEF33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEF33; }

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

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

background-color css

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

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

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

border-color css

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

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

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