Html Css Color HEX #EFE034 Golden Fizz

📋 copy color: '#EFE034'

red 239 ◦ green 224 ◦ blue 52

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

Shades of Golden Fizz #EFE034

Tints of Golden Fizz #EFE034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.1%

R = 46.41%
G = 43.5%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EFE034 (or 0xEFE034) is known color: Golden Fizz. HEX triplet: EF, E0 and 34. RGB value is (239,224,52). Sum of RGB (Red+Green+Blue) = 239+224+52=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 224 (87.89% from 255 or 43.50% from 515); Blue value is 52 (20.70% from 255 or 10.10% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE034 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE034 is #101FCB. Grayscale: #D1D1D1. Windows color (decimal): -1056716 or 3465455. OLE color: 3465455.

HSL color Cylindrical-coordinate representation of color #EFE034: hue angle of 55.19º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EFE034 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 224 52 -
CMYK 0 0.06 0.78 0.06
HSL 55.19º 0.85% 0.57% -
HSV(B) 55.19º 0.78% 0.94% -
XYZ 62.87 71.91 13.82 -
YUV 208.88 39.47 149.49 -
System Red Green Blue C M Y K H S L
Decimal 239 224 52 0 0.06 0.78 0.06 55.19 0.85 0.57
Hex EF E0 34 0 6 4E 6 37 55 39
Octal 357 340 64 0 6 116 6 67 125 71
Binary 11101111 11100000 110100 0 110 1001110 110 110111 1010101 111001

Color Harmonies of #EFE034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE034

Black with #EFE034

Text Example


Text Example

White with #EFE034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE034; }

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

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

background-color css

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

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

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

border-color css

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

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

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