Html Css Color HEX #EFDF2C Golden Fizz

📋 copy color: '#EFDF2C'

red 239 ◦ green 223 ◦ blue 44

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

Shades of Golden Fizz #EFDF2C

Tints of Golden Fizz #EFDF2C

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.07%

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

R = 47.23%
G = 44.07%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EFDF2C (or 0xEFDF2C) is known color: Golden Fizz. HEX triplet: EF, DF and 2C. RGB value is (239,223,44). Sum of RGB (Red+Green+Blue) = 239+223+44=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 44 (17.58% from 255 or 8.70% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDF2C is #1020D3. Grayscale: #D0D0D0. Windows color (decimal): -1056980 or 2940911. OLE color: 2940911.

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

Color convert

RGB 239 223 44 -
CMYK 0 0.07 0.82 0.06
HSL 55.08º 0.86% 0.55% -
HSV(B) 55.08º 0.82% 0.94% -
XYZ 62.44 71.31 12.86 -
YUV 207.38 35.8 150.55 -
System Red Green Blue C M Y K H S L
Decimal 239 223 44 0 0.07 0.82 0.06 55.08 0.86 0.55
Hex EF DF 2C 0 7 52 6 37 56 37
Octal 357 337 54 0 7 122 6 67 126 67
Binary 11101111 11011111 101100 0 111 1010010 110 110111 1010110 110111

Color Harmonies of #EFDF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF2C

Black with #EFDF2C

Text Example


Text Example

White with #EFDF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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