Html Css Color HEX #EFEA29 Golden Fizz

📋 copy color: '#EFEA29'

red 239 ◦ green 234 ◦ blue 41

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

Shades of Golden Fizz #EFEA29

Tints of Golden Fizz #EFEA29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 7.98%

R = 46.5%
G = 45.53%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EFEA29 (or 0xEFEA29) is known color: Golden Fizz. HEX triplet: EF, EA and 29. RGB value is (239,234,41). Sum of RGB (Red+Green+Blue) = 239+234+41=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 234 (91.80% from 255 or 45.53% from 514); Blue value is 41 (16.41% from 255 or 7.98% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA29 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEA29 is #1015D6. Grayscale: #D6D6D6. Windows color (decimal): -1054167 or 2747119. OLE color: 2747119.

HSL color Cylindrical-coordinate representation of color #EFEA29: hue angle of 58.48º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EFEA29 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 234 41 -
CMYK 0 0.02 0.83 0.06
HSL 58.48º 0.86% 0.55% -
HSV(B) 58.48º 0.83% 0.94% -
XYZ 65.42 77.36 13.58 -
YUV 213.49 30.66 146.19 -
System Red Green Blue C M Y K H S L
Decimal 239 234 41 0 0.02 0.83 0.06 58.48 0.86 0.55
Hex EF EA 29 0 2 53 6 3A 56 37
Octal 357 352 51 0 2 123 6 72 126 67
Binary 11101111 11101010 101001 0 10 1010011 110 111010 1010110 110111

Color Harmonies of #EFEA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEA29

Black with #EFEA29

Text Example


Text Example

White with #EFEA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEA29; }

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

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

background-color css

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

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

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

border-color css

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

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

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