Html Css Color HEX #EFEA2E Golden Fizz

📋 copy color: '#EFEA2E'

red 239 ◦ green 234 ◦ blue 46

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

Shades of Golden Fizz #EFEA2E

Tints of Golden Fizz #EFEA2E

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.09%

 BLUE value IS 46 (18.36% from 255) = 8.86%

R = 46.05%
G = 45.09%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EFEA2E (or 0xEFEA2E) is known color: Golden Fizz. HEX triplet: EF, EA and 2E. RGB value is (239,234,46). Sum of RGB (Red+Green+Blue) = 239+234+46=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 234 (91.80% from 255 or 45.09% from 519); Blue value is 46 (18.36% from 255 or 8.86% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEA2E is #1015D1. Grayscale: #D6D6D6. Windows color (decimal): -1054162 or 3074799. OLE color: 3074799.

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

Color convert

RGB 239 234 46 -
CMYK 0 0.02 0.81 0.06
HSL 58.45º 0.86% 0.56% -
HSV(B) 58.45º 0.81% 0.94% -
XYZ 65.51 77.39 14.07 -
YUV 214.06 33.16 145.79 -
System Red Green Blue C M Y K H S L
Decimal 239 234 46 0 0.02 0.81 0.06 58.45 0.86 0.56
Hex EF EA 2E 0 2 51 6 3A 56 38
Octal 357 352 56 0 2 121 6 72 126 70
Binary 11101111 11101010 101110 0 10 1010001 110 111010 1010110 111000

Color Harmonies of #EFEA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEA2E

Black with #EFEA2E

Text Example


Text Example

White with #EFEA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEA2E; }

 p { color: rgb(239,234,46); }

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

background-color css

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

 a { background-color: rgb(239,234,46); }

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

border-color css

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

 span { border-color: rgb(239,234,46); }

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