Html Css Color HEX #EFE82F Golden Fizz

📋 copy color: '#EFE82F'

red 239 ◦ green 232 ◦ blue 47

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

Shades of Golden Fizz #EFE82F

Tints of Golden Fizz #EFE82F

RGB

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

 GREEN value IS 232 (91.02% from 255) = 44.79%

 BLUE value IS 47 (18.75% from 255) = 9.07%

R = 46.14%
G = 44.79%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EFE82F (or 0xEFE82F) is known color: Golden Fizz. HEX triplet: EF, E8 and 2F. RGB value is (239,232,47). Sum of RGB (Red+Green+Blue) = 239+232+47=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 232 (91.02% from 255 or 44.79% from 518); Blue value is 47 (18.75% from 255 or 9.07% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE82F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFE82F is #1017D0. Grayscale: #D5D5D5. Windows color (decimal): -1054673 or 3139823. OLE color: 3139823.

HSL color Cylindrical-coordinate representation of color #EFE82F: hue angle of 57.81º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EFE82F is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 232 47 -
CMYK 0 0.03 0.80 0.06
HSL 57.81º 0.86% 0.56% -
HSV(B) 57.81º 0.8% 0.94% -
XYZ 64.97 76.27 13.99 -
YUV 213 34.32 146.54 -
System Red Green Blue C M Y K H S L
Decimal 239 232 47 0 0.03 0.80 0.06 57.81 0.86 0.56
Hex EF E8 2F 0 3 50 6 3A 56 38
Octal 357 350 57 0 3 120 6 72 126 70
Binary 11101111 11101000 101111 0 11 1010000 110 111010 1010110 111000

Color Harmonies of #EFE82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE82F

Black with #EFE82F

Text Example


Text Example

White with #EFE82F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE82F; }

 p { color: rgb(239,232,47); }

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

background-color css

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

 a { background-color: rgb(239,232,47); }

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

border-color css

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

 span { border-color: rgb(239,232,47); }

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