Html Css Color HEX #EFDB3B Golden Fizz

📋 copy color: '#EFDB3B'

red 239 ◦ green 219 ◦ blue 59

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

Shades of Golden Fizz #EFDB3B

Tints of Golden Fizz #EFDB3B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.36%

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

R = 46.23%
G = 42.36%
B = 11.41%

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

#EFDB3B (or 0xEFDB3B) is known color: Golden Fizz. HEX triplet: EF, DB and 3B. RGB value is (239,219,59). Sum of RGB (Red+Green+Blue) = 239+219+59=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 59 (23.44% from 255 or 11.41% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDB3B is #1024C4. Grayscale: #CFCFCF. Windows color (decimal): -1057989 or 3922927. OLE color: 3922927.

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

Color convert

RGB 239 219 59 -
CMYK 0 0.08 0.75 0.06
HSL 53.33º 0.85% 0.58% -
HSV(B) 53.33º 0.75% 0.94% -
XYZ 61.72 69.33 14.27 -
YUV 206.74 44.63 151.01 -
System Red Green Blue C M Y K H S L
Decimal 239 219 59 0 0.08 0.75 0.06 53.33 0.85 0.58
Hex EF DB 3B 0 8 4B 6 35 55 3A
Octal 357 333 73 0 10 113 6 65 125 72
Binary 11101111 11011011 111011 0 1000 1001011 110 110101 1010101 111010

Color Harmonies of #EFDB3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB3B

Black with #EFDB3B

Text Example


Text Example

White with #EFDB3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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