Html Css Color HEX #EFEA2A Golden Fizz

📋 copy color: '#EFEA2A'

red 239 ◦ green 234 ◦ blue 42

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

Shades of Golden Fizz #EFEA2A

Tints of Golden Fizz #EFEA2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.16%

R = 46.41%
G = 45.44%
B = 8.16%

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

#EFEA2A (or 0xEFEA2A) is known color: Golden Fizz. HEX triplet: EF, EA and 2A. RGB value is (239,234,42). Sum of RGB (Red+Green+Blue) = 239+234+42=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 234 (91.80% from 255 or 45.44% from 515); Blue value is 42 (16.80% from 255 or 8.16% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEA2A is #1015D5. Grayscale: #D6D6D6. Windows color (decimal): -1054166 or 2812655. OLE color: 2812655.

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

Color convert

RGB 239 234 42 -
CMYK 0 0.02 0.82 0.06
HSL 58.48º 0.86% 0.55% -
HSV(B) 58.48º 0.82% 0.94% -
XYZ 65.44 77.36 13.67 -
YUV 213.61 31.16 146.11 -
System Red Green Blue C M Y K H S L
Decimal 239 234 42 0 0.02 0.82 0.06 58.48 0.86 0.55
Hex EF EA 2A 0 2 52 6 3A 56 37
Octal 357 352 52 0 2 122 6 72 126 67
Binary 11101111 11101010 101010 0 10 1010010 110 111010 1010110 110111

Color Harmonies of #EFEA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEA2A

Black with #EFEA2A

Text Example


Text Example

White with #EFEA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEA2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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