Html Css Color HEX #EFEA32 Golden Fizz

📋 copy color: '#EFEA32'

red 239 ◦ green 234 ◦ blue 50

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

Shades of Golden Fizz #EFEA32

Tints of Golden Fizz #EFEA32

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.74%

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

R = 45.7%
G = 44.74%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EFEA32 (or 0xEFEA32) is known color: Golden Fizz. HEX triplet: EF, EA and 32. RGB value is (239,234,50). Sum of RGB (Red+Green+Blue) = 239+234+50=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 234 (91.80% from 255 or 44.74% from 523); Blue value is 50 (19.92% from 255 or 9.56% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEA32 is #1015CD. Grayscale: #D7D7D7. Windows color (decimal): -1054158 or 3336943. OLE color: 3336943.

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

Color convert

RGB 239 234 50 -
CMYK 0 0.02 0.79 0.06
HSL 58.41º 0.86% 0.57% -
HSV(B) 58.41º 0.79% 0.94% -
XYZ 65.6 77.43 14.51 -
YUV 214.52 35.16 145.46 -
System Red Green Blue C M Y K H S L
Decimal 239 234 50 0 0.02 0.79 0.06 58.41 0.86 0.57
Hex EF EA 32 0 2 4F 6 3A 56 39
Octal 357 352 62 0 2 117 6 72 126 71
Binary 11101111 11101010 110010 0 10 1001111 110 111010 1010110 111001

Color Harmonies of #EFEA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEA32

Black with #EFEA32

Text Example


Text Example

White with #EFEA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEA32; }

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

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

background-color css

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

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

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

border-color css

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

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

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