Html Css Color HEX #EFEF32 Golden Fizz

📋 copy color: '#EFEF32'

red 239 ◦ green 239 ◦ blue 50

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

Shades of Golden Fizz #EFEF32

Tints of Golden Fizz #EFEF32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.47%

R = 45.27%
G = 45.27%
B = 9.47%

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

#EFEF32 (or 0xEFEF32) is known color: Golden Fizz. HEX triplet: EF, EF and 32. RGB value is (239,239,50). Sum of RGB (Red+Green+Blue) = 239+239+50=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 239 (93.75% from 255 or 45.27% from 528); Blue value is 50 (19.92% from 255 or 9.47% from 528); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEF32 is #1010CD. Grayscale: #DADADA. Windows color (decimal): -1052878 or 3338223. OLE color: 3338223.

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

Color convert

RGB 239 239 50 -
CMYK 0 0 0.79 0.06
HSL 60º 0.86% 0.57% -
HSV(B) 60º 0.79% 0.94% -
XYZ 67.04 80.31 14.99 -
YUV 217.45 33.5 143.37 -
System Red Green Blue C M Y K H S L
Decimal 239 239 50 0 0 0.79 0.06 60 0.86 0.57
Hex EF EF 32 0 0 4F 6 3C 56 39
Octal 357 357 62 0 0 117 6 74 126 71
Binary 11101111 11101111 110010 0 0 1001111 110 111100 1010110 111001

Color Harmonies of #EFEF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEF32

Black with #EFEF32

Text Example


Text Example

White with #EFEF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEF32; }

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

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

background-color css

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

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

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

border-color css

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

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

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