Html Css Color HEX #EFD82A Golden Fizz

📋 copy color: '#EFD82A'

red 239 ◦ green 216 ◦ blue 42

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

Shades of Golden Fizz #EFD82A

Tints of Golden Fizz #EFD82A

RGB

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

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

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

R = 48.09%
G = 43.46%
B = 8.45%

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

#EFD82A (or 0xEFD82A) is known color: Golden Fizz. HEX triplet: EF, D8 and 2A. RGB value is (239,216,42). Sum of RGB (Red+Green+Blue) = 239+216+42=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 216 (84.77% from 255 or 43.46% from 497); Blue value is 42 (16.80% from 255 or 8.45% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD82A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD82A is #1027D5. Grayscale: #CBCBCB. Windows color (decimal): -1058774 or 2808047. OLE color: 2808047.

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

Color convert

RGB 239 216 42 -
CMYK 0 0.10 0.82 0.06
HSL 52.99º 0.86% 0.55% -
HSV(B) 52.99º 0.82% 0.94% -
XYZ 60.57 67.63 12.05 -
YUV 203.04 37.12 153.65 -
System Red Green Blue C M Y K H S L
Decimal 239 216 42 0 0.10 0.82 0.06 52.99 0.86 0.55
Hex EF D8 2A 0 A 52 6 35 56 37
Octal 357 330 52 0 12 122 6 65 126 67
Binary 11101111 11011000 101010 0 1010 1010010 110 110101 1010110 110111

Color Harmonies of #EFD82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD82A

Black with #EFD82A

Text Example


Text Example

White with #EFD82A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD82A; }

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

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

background-color css

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

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

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

border-color css

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

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

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