Html Css Color HEX #EFD82D Golden Fizz

📋 copy color: '#EFD82D'

red 239 ◦ green 216 ◦ blue 45

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

Shades of Golden Fizz #EFD82D

Tints of Golden Fizz #EFD82D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9%

R = 47.8%
G = 43.2%
B = 9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EFD82D (or 0xEFD82D) is known color: Golden Fizz. HEX triplet: EF, D8 and 2D. RGB value is (239,216,45). Sum of RGB (Red+Green+Blue) = 239+216+45=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 216 (84.77% from 255 or 43.2% from 500); Blue value is 45 (17.97% from 255 or 9% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD82D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD82D is #1027D2. Grayscale: #CCCCCC. Windows color (decimal): -1058771 or 3004655. OLE color: 3004655.

HSL color Cylindrical-coordinate representation of color #EFD82D: hue angle of 52.89º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EFD82D is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 216 45 -
CMYK 0 0.10 0.81 0.06
HSL 52.89º 0.86% 0.56% -
HSV(B) 52.89º 0.81% 0.94% -
XYZ 60.63 67.65 12.35 -
YUV 203.38 38.62 153.4 -
System Red Green Blue C M Y K H S L
Decimal 239 216 45 0 0.10 0.81 0.06 52.89 0.86 0.56
Hex EF D8 2D 0 A 51 6 35 56 38
Octal 357 330 55 0 12 121 6 65 126 70
Binary 11101111 11011000 101101 0 1010 1010001 110 110101 1010110 111000

Color Harmonies of #EFD82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD82D

Black with #EFD82D

Text Example


Text Example

White with #EFD82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD82D; }

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

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

background-color css

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

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

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

border-color css

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

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

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