Html Css Color HEX #EFEF34 Golden Fizz

📋 copy color: '#EFEF34'

red 239 ◦ green 239 ◦ blue 52

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

Shades of Golden Fizz #EFEF34

Tints of Golden Fizz #EFEF34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 9.81%

R = 45.09%
G = 45.09%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EFEF34 (or 0xEFEF34) is known color: Golden Fizz. HEX triplet: EF, EF and 34. RGB value is (239,239,52). Sum of RGB (Red+Green+Blue) = 239+239+52=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 239 (93.75% from 255 or 45.09% from 530); Blue value is 52 (20.70% from 255 or 9.81% from 530); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEF34 is #1010CB. Grayscale: #DADADA. Windows color (decimal): -1052876 or 3469295. OLE color: 3469295.

HSL color Cylindrical-coordinate representation of color #EFEF34: 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.78%. Process color model (Four color, CMYK) of #EFEF34 is Cyan = 0, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 239 52 -
CMYK 0 0 0.78 0.06
HSL 60º 0.85% 0.57% -
HSV(B) 60º 0.78% 0.94% -
XYZ 67.08 80.33 15.22 -
YUV 217.68 34.5 143.21 -
System Red Green Blue C M Y K H S L
Decimal 239 239 52 0 0 0.78 0.06 60 0.85 0.57
Hex EF EF 34 0 0 4E 6 3C 55 39
Octal 357 357 64 0 0 116 6 74 125 71
Binary 11101111 11101111 110100 0 0 1001110 110 111100 1010101 111001

Color Harmonies of #EFEF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEF34

Black with #EFEF34

Text Example


Text Example

White with #EFEF34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEF34; }

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

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

background-color css

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

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

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

border-color css

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

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

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