Html Css Color HEX #EFE532 Golden Fizz

📋 copy color: '#EFE532'

red 239 ◦ green 229 ◦ blue 50

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

Shades of Golden Fizz #EFE532

Tints of Golden Fizz #EFE532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.65%

R = 46.14%
G = 44.21%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EFE532 (or 0xEFE532) is known color: Golden Fizz. HEX triplet: EF, E5 and 32. RGB value is (239,229,50). Sum of RGB (Red+Green+Blue) = 239+229+50=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 229 (89.84% from 255 or 44.21% from 518); Blue value is 50 (19.92% from 255 or 9.65% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE532 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE532 is #101ACD. Grayscale: #D4D4D4. Windows color (decimal): -1055438 or 3335663. OLE color: 3335663.

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

Color convert

RGB 239 229 50 -
CMYK 0 0.04 0.79 0.06
HSL 56.83º 0.86% 0.57% -
HSV(B) 56.83º 0.79% 0.94% -
XYZ 64.19 74.62 14.04 -
YUV 211.58 36.81 147.55 -
System Red Green Blue C M Y K H S L
Decimal 239 229 50 0 0.04 0.79 0.06 56.83 0.86 0.57
Hex EF E5 32 0 4 4F 6 39 56 39
Octal 357 345 62 0 4 117 6 71 126 71
Binary 11101111 11100101 110010 0 100 1001111 110 111001 1010110 111001

Color Harmonies of #EFE532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE532

Black with #EFE532

Text Example


Text Example

White with #EFE532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE532; }

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

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

background-color css

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

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

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

border-color css

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

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

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