Html Css Color HEX #EFE534 Golden Fizz

📋 copy color: '#EFE534'

red 239 ◦ green 229 ◦ blue 52

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

Shades of Golden Fizz #EFE534

Tints of Golden Fizz #EFE534

RGB

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

 GREEN value IS 229 (89.84% from 255) = 44.04%

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

R = 45.96%
G = 44.04%
B = 10%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EFE534 (or 0xEFE534) is known color: Golden Fizz. HEX triplet: EF, E5 and 34. RGB value is (239,229,52). Sum of RGB (Red+Green+Blue) = 239+229+52=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 229 (89.84% from 255 or 44.04% from 520); Blue value is 52 (20.70% from 255 or 10% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE534 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE534 is #101ACB. Grayscale: #D4D4D4. Windows color (decimal): -1055436 or 3466735. OLE color: 3466735.

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

Color convert

RGB 239 229 52 -
CMYK 0 0.04 0.78 0.06
HSL 56.79º 0.85% 0.57% -
HSV(B) 56.79º 0.78% 0.94% -
XYZ 64.24 74.64 14.27 -
YUV 211.81 37.81 147.39 -
System Red Green Blue C M Y K H S L
Decimal 239 229 52 0 0.04 0.78 0.06 56.79 0.85 0.57
Hex EF E5 34 0 4 4E 6 39 55 39
Octal 357 345 64 0 4 116 6 71 125 71
Binary 11101111 11100101 110100 0 100 1001110 110 111001 1010101 111001

Color Harmonies of #EFE534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE534

Black with #EFE534

Text Example


Text Example

White with #EFE534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE534; }

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

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

background-color css

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

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

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

border-color css

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

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

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