Html Css Color HEX #EFED2C Golden Fizz

📋 copy color: '#EFED2C'

red 239 ◦ green 237 ◦ blue 44

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

Shades of Golden Fizz #EFED2C

Tints of Golden Fizz #EFED2C

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.58%

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

R = 45.96%
G = 45.58%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EFED2C (or 0xEFED2C) is known color: Golden Fizz. HEX triplet: EF, ED and 2C. RGB value is (239,237,44). Sum of RGB (Red+Green+Blue) = 239+237+44=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 237 (92.97% from 255 or 45.58% from 520); Blue value is 44 (17.58% from 255 or 8.46% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFED2C is #1012D3. Grayscale: #D8D8D8. Windows color (decimal): -1053396 or 2944495. OLE color: 2944495.

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

Color convert

RGB 239 237 44 -
CMYK 0 0.01 0.82 0.06
HSL 59.38º 0.86% 0.55% -
HSV(B) 59.38º 0.82% 0.94% -
XYZ 66.34 79.1 14.15 -
YUV 215.6 31.16 144.69 -
System Red Green Blue C M Y K H S L
Decimal 239 237 44 0 0.01 0.82 0.06 59.38 0.86 0.55
Hex EF ED 2C 0 1 52 6 3B 56 37
Octal 357 355 54 0 1 122 6 73 126 67
Binary 11101111 11101101 101100 0 1 1010010 110 111011 1010110 110111

Color Harmonies of #EFED2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFED2C

Black with #EFED2C

Text Example


Text Example

White with #EFED2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFED2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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