Html Css Color HEX #EFEE2C Golden Fizz

📋 copy color: '#EFEE2C'

red 239 ◦ green 238 ◦ blue 44

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

Shades of Golden Fizz #EFEE2C

Tints of Golden Fizz #EFEE2C

RGB

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

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

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

R = 45.87%
G = 45.68%
B = 8.45%

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

#EFEE2C (or 0xEFEE2C) is known color: Golden Fizz. HEX triplet: EF, EE and 2C. RGB value is (239,238,44). Sum of RGB (Red+Green+Blue) = 239+238+44=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 238 (93.36% from 255 or 45.68% from 521); Blue value is 44 (17.58% from 255 or 8.45% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEE2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEE2C is #1011D3. Grayscale: #D8D8D8. Windows color (decimal): -1053140 or 2944751. OLE color: 2944751.

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

Color convert

RGB 239 238 44 -
CMYK 0 0.00 0.82 0.06
HSL 59.69º 0.86% 0.55% -
HSV(B) 59.69º 0.82% 0.94% -
XYZ 66.63 79.68 14.25 -
YUV 216.18 30.83 144.27 -
System Red Green Blue C M Y K H S L
Decimal 239 238 44 0 0.00 0.82 0.06 59.69 0.86 0.55
Hex EF EE 2C 0 0 52 6 3C 56 37
Octal 357 356 54 0 0 122 6 74 126 67
Binary 11101111 11101110 101100 0 0 1010010 110 111100 1010110 110111

Color Harmonies of #EFEE2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEE2C

Black with #EFEE2C

Text Example


Text Example

White with #EFEE2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEE2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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