Html Css Color HEX #EFE029 Golden Fizz

📋 copy color: '#EFE029'

red 239 ◦ green 224 ◦ blue 41

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

Shades of Golden Fizz #EFE029

Tints of Golden Fizz #EFE029

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.44%

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

R = 47.42%
G = 44.44%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EFE029 (or 0xEFE029) is known color: Golden Fizz. HEX triplet: EF, E0 and 29. RGB value is (239,224,41). Sum of RGB (Red+Green+Blue) = 239+224+41=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 224 (87.89% from 255 or 44.44% from 504); Blue value is 41 (16.41% from 255 or 8.13% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE029 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE029 is #101FD6. Grayscale: #D0D0D0. Windows color (decimal): -1056727 or 2744559. OLE color: 2744559.

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

Color convert

RGB 239 224 41 -
CMYK 0 0.06 0.83 0.06
HSL 55.45º 0.86% 0.55% -
HSV(B) 55.45º 0.83% 0.94% -
XYZ 62.65 71.82 12.66 -
YUV 207.62 33.97 150.38 -
System Red Green Blue C M Y K H S L
Decimal 239 224 41 0 0.06 0.83 0.06 55.45 0.86 0.55
Hex EF E0 29 0 6 53 6 37 56 37
Octal 357 340 51 0 6 123 6 67 126 67
Binary 11101111 11100000 101001 0 110 1010011 110 110111 1010110 110111

Color Harmonies of #EFE029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE029

Black with #EFE029

Text Example


Text Example

White with #EFE029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE029; }

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

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

background-color css

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

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

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

border-color css

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

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

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