Html Css Color HEX #EFDD3A Golden Fizz

📋 copy color: '#EFDD3A'

red 239 ◦ green 221 ◦ blue 58

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

Shades of Golden Fizz #EFDD3A

Tints of Golden Fizz #EFDD3A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.66%

 BLUE value IS 58 (23.05% from 255) = 11.2%

R = 46.14%
G = 42.66%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#EFDD3A (or 0xEFDD3A) is known color: Golden Fizz. HEX triplet: EF, DD and 3A. RGB value is (239,221,58). Sum of RGB (Red+Green+Blue) = 239+221+58=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 58 (23.05% from 255 or 11.20% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDD3A is #1022C5. Grayscale: #D0D0D0. Windows color (decimal): -1057478 or 3857903. OLE color: 3857903.

HSL color Cylindrical-coordinate representation of color #EFDD3A: hue angle of 54.03º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EFDD3A is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 221 58 -
CMYK 0 0.08 0.76 0.06
HSL 54.03º 0.85% 0.58% -
HSV(B) 54.03º 0.76% 0.94% -
XYZ 62.22 70.37 14.31 -
YUV 207.8 43.46 150.25 -
System Red Green Blue C M Y K H S L
Decimal 239 221 58 0 0.08 0.76 0.06 54.03 0.85 0.58
Hex EF DD 3A 0 8 4C 6 36 55 3A
Octal 357 335 72 0 10 114 6 66 125 72
Binary 11101111 11011101 111010 0 1000 1001100 110 110110 1010101 111010

Color Harmonies of #EFDD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDD3A

Black with #EFDD3A

Text Example


Text Example

White with #EFDD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDD3A; }

 p { color: rgb(239,221,58); }

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

background-color css

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

 a { background-color: rgb(239,221,58); }

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

border-color css

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

 span { border-color: rgb(239,221,58); }

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