Html Css Color HEX #EFED32 Golden Fizz

📋 copy color: '#EFED32'

red 239 ◦ green 237 ◦ blue 50

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

Shades of Golden Fizz #EFED32

Tints of Golden Fizz #EFED32

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.06%

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

R = 45.44%
G = 45.06%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EFED32 (or 0xEFED32) is known color: Golden Fizz. HEX triplet: EF, ED and 32. RGB value is (239,237,50). Sum of RGB (Red+Green+Blue) = 239+237+50=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 237 (92.97% from 255 or 45.06% from 526); Blue value is 50 (19.92% from 255 or 9.51% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFED32 is #1012CD. Grayscale: #D9D9D9. Windows color (decimal): -1053390 or 3337711. OLE color: 3337711.

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

Color convert

RGB 239 237 50 -
CMYK 0 0.01 0.79 0.06
HSL 59.37º 0.86% 0.57% -
HSV(B) 59.37º 0.79% 0.94% -
XYZ 66.46 79.15 14.79 -
YUV 216.28 34.16 144.21 -
System Red Green Blue C M Y K H S L
Decimal 239 237 50 0 0.01 0.79 0.06 59.37 0.86 0.57
Hex EF ED 32 0 1 4F 6 3B 56 39
Octal 357 355 62 0 1 117 6 73 126 71
Binary 11101111 11101101 110010 0 1 1001111 110 111011 1010110 111001

Color Harmonies of #EFED32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFED32

Black with #EFED32

Text Example


Text Example

White with #EFED32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFED32; }

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

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

background-color css

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

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

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

border-color css

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

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

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