Html Css Color HEX #EFE529 Golden Fizz

📋 copy color: '#EFE529'

red 239 ◦ green 229 ◦ blue 41

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

Shades of Golden Fizz #EFE529

Tints of Golden Fizz #EFE529

RGB

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

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

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

R = 46.95%
G = 44.99%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EFE529 (or 0xEFE529) is known color: Golden Fizz. HEX triplet: EF, E5 and 29. RGB value is (239,229,41). Sum of RGB (Red+Green+Blue) = 239+229+41=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 229 (89.84% from 255 or 44.99% from 509); Blue value is 41 (16.41% from 255 or 8.06% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE529 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE529 is #101AD6. Grayscale: #D3D3D3. Windows color (decimal): -1055447 or 2745839. OLE color: 2745839.

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

Color convert

RGB 239 229 41 -
CMYK 0 0.04 0.83 0.06
HSL 56.97º 0.86% 0.55% -
HSV(B) 56.97º 0.83% 0.94% -
XYZ 64.02 74.55 13.11 -
YUV 210.56 32.31 148.29 -
System Red Green Blue C M Y K H S L
Decimal 239 229 41 0 0.04 0.83 0.06 56.97 0.86 0.55
Hex EF E5 29 0 4 53 6 39 56 37
Octal 357 345 51 0 4 123 6 71 126 67
Binary 11101111 11100101 101001 0 100 1010011 110 111001 1010110 110111

Color Harmonies of #EFE529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE529

Black with #EFE529

Text Example


Text Example

White with #EFE529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE529; }

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

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

background-color css

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

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

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

border-color css

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

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

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