Html Css Color HEX #EFEA2C Golden Fizz

📋 copy color: '#EFEA2C'

red 239 ◦ green 234 ◦ blue 44

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

Shades of Golden Fizz #EFEA2C

Tints of Golden Fizz #EFEA2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 8.51%

R = 46.23%
G = 45.26%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EFEA2C (or 0xEFEA2C) is known color: Golden Fizz. HEX triplet: EF, EA and 2C. RGB value is (239,234,44). Sum of RGB (Red+Green+Blue) = 239+234+44=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 234 (91.80% from 255 or 45.26% from 517); Blue value is 44 (17.58% from 255 or 8.51% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEA2C is #1015D3. Grayscale: #D6D6D6. Windows color (decimal): -1054164 or 2943727. OLE color: 2943727.

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

Color convert

RGB 239 234 44 -
CMYK 0 0.02 0.82 0.06
HSL 58.46º 0.86% 0.55% -
HSV(B) 58.46º 0.82% 0.94% -
XYZ 65.47 77.38 13.87 -
YUV 213.84 32.16 145.95 -
System Red Green Blue C M Y K H S L
Decimal 239 234 44 0 0.02 0.82 0.06 58.46 0.86 0.55
Hex EF EA 2C 0 2 52 6 3A 56 37
Octal 357 352 54 0 2 122 6 72 126 67
Binary 11101111 11101010 101100 0 10 1010010 110 111010 1010110 110111

Color Harmonies of #EFEA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEA2C

Black with #EFEA2C

Text Example


Text Example

White with #EFEA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEA2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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