Html Css Color HEX #EFE92F Golden Fizz

📋 copy color: '#EFE92F'

red 239 ◦ green 233 ◦ blue 47

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

Shades of Golden Fizz #EFE92F

Tints of Golden Fizz #EFE92F

RGB

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

 GREEN value IS 233 (91.41% from 255) = 44.89%

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

R = 46.05%
G = 44.89%
B = 9.06%

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

#EFE92F (or 0xEFE92F) is known color: Golden Fizz. HEX triplet: EF, E9 and 2F. RGB value is (239,233,47). Sum of RGB (Red+Green+Blue) = 239+233+47=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 233 (91.41% from 255 or 44.89% from 519); Blue value is 47 (18.75% from 255 or 9.06% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE92F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFE92F is #1016D0. Grayscale: #D6D6D6. Windows color (decimal): -1054417 or 3140079. OLE color: 3140079.

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

Color convert

RGB 239 233 47 -
CMYK 0 0.03 0.80 0.06
HSL 58.13º 0.86% 0.56% -
HSV(B) 58.13º 0.8% 0.94% -
XYZ 65.25 76.83 14.08 -
YUV 213.59 33.99 146.12 -
System Red Green Blue C M Y K H S L
Decimal 239 233 47 0 0.03 0.80 0.06 58.13 0.86 0.56
Hex EF E9 2F 0 3 50 6 3A 56 38
Octal 357 351 57 0 3 120 6 72 126 70
Binary 11101111 11101001 101111 0 11 1010000 110 111010 1010110 111000

Color Harmonies of #EFE92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE92F

Black with #EFE92F

Text Example


Text Example

White with #EFE92F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE92F; }

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

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

background-color css

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

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

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

border-color css

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

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

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