Html Css Color HEX #EFD82C Golden Fizz

📋 copy color: '#EFD82C'

red 239 ◦ green 216 ◦ blue 44

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

Shades of Golden Fizz #EFD82C

Tints of Golden Fizz #EFD82C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.29%

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

R = 47.9%
G = 43.29%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EFD82C (or 0xEFD82C) is known color: Golden Fizz. HEX triplet: EF, D8 and 2C. RGB value is (239,216,44). Sum of RGB (Red+Green+Blue) = 239+216+44=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 216 (84.77% from 255 or 43.29% from 499); Blue value is 44 (17.58% from 255 or 8.82% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD82C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD82C is #1027D3. Grayscale: #CBCBCB. Windows color (decimal): -1058772 or 2939119. OLE color: 2939119.

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

Color convert

RGB 239 216 44 -
CMYK 0 0.10 0.82 0.06
HSL 52.92º 0.86% 0.55% -
HSV(B) 52.92º 0.82% 0.94% -
XYZ 60.61 67.64 12.25 -
YUV 203.27 38.12 153.49 -
System Red Green Blue C M Y K H S L
Decimal 239 216 44 0 0.10 0.82 0.06 52.92 0.86 0.55
Hex EF D8 2C 0 A 52 6 35 56 37
Octal 357 330 54 0 12 122 6 65 126 67
Binary 11101111 11011000 101100 0 1010 1010010 110 110101 1010110 110111

Color Harmonies of #EFD82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD82C

Black with #EFD82C

Text Example


Text Example

White with #EFD82C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD82C; }

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

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

background-color css

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

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

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

border-color css

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

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

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