Html Css Color HEX #EFDD3B Golden Fizz

📋 copy color: '#EFDD3B'

red 239 ◦ green 221 ◦ blue 59

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

Shades of Golden Fizz #EFDD3B

Tints of Golden Fizz #EFDD3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 11.37%

R = 46.05%
G = 42.58%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#EFDD3B (or 0xEFDD3B) is known color: Golden Fizz. HEX triplet: EF, DD and 3B. RGB value is (239,221,59). Sum of RGB (Red+Green+Blue) = 239+221+59=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 59 (23.44% from 255 or 11.37% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDD3B is #1022C4. Grayscale: #D0D0D0. Windows color (decimal): -1057477 or 3923439. OLE color: 3923439.

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

Color convert

RGB 239 221 59 -
CMYK 0 0.08 0.75 0.06
HSL 54º 0.85% 0.58% -
HSV(B) 54º 0.75% 0.94% -
XYZ 62.24 70.38 14.44 -
YUV 207.91 43.96 150.17 -
System Red Green Blue C M Y K H S L
Decimal 239 221 59 0 0.08 0.75 0.06 54 0.85 0.58
Hex EF DD 3B 0 8 4B 6 36 55 3A
Octal 357 335 73 0 10 113 6 66 125 72
Binary 11101111 11011101 111011 0 1000 1001011 110 110110 1010101 111010

Color Harmonies of #EFDD3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDD3B

Black with #EFDD3B

Text Example


Text Example

White with #EFDD3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDD3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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