Html Css Color HEX #EFEE2A Golden Fizz

📋 copy color: '#EFEE2A'

red 239 ◦ green 238 ◦ blue 42

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

Shades of Golden Fizz #EFEE2A

Tints of Golden Fizz #EFEE2A

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.86%

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

R = 46.05%
G = 45.86%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EFEE2A (or 0xEFEE2A) is known color: Golden Fizz. HEX triplet: EF, EE and 2A. RGB value is (239,238,42). Sum of RGB (Red+Green+Blue) = 239+238+42=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 238 (93.36% from 255 or 45.86% from 519); Blue value is 42 (16.80% from 255 or 8.09% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEE2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEE2A is #1011D5. Grayscale: #D8D8D8. Windows color (decimal): -1053142 or 2813679. OLE color: 2813679.

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

Color convert

RGB 239 238 42 -
CMYK 0 0.00 0.82 0.06
HSL 59.7º 0.86% 0.55% -
HSV(B) 59.7º 0.82% 0.94% -
XYZ 66.59 79.67 14.06 -
YUV 215.96 29.83 144.44 -
System Red Green Blue C M Y K H S L
Decimal 239 238 42 0 0.00 0.82 0.06 59.7 0.86 0.55
Hex EF EE 2A 0 0 52 6 3C 56 37
Octal 357 356 52 0 0 122 6 74 126 67
Binary 11101111 11101110 101010 0 0 1010010 110 111100 1010110 110111

Color Harmonies of #EFEE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEE2A

Black with #EFEE2A

Text Example


Text Example

White with #EFEE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEE2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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