Html Css Color HEX #EFDB3E Golden Fizz

📋 copy color: '#EFDB3E'

red 239 ◦ green 219 ◦ blue 62

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

Shades of Golden Fizz #EFDB3E

Tints of Golden Fizz #EFDB3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 11.92%

R = 45.96%
G = 42.12%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EFDB3E (or 0xEFDB3E) is known color: Golden Fizz. HEX triplet: EF, DB and 3E. RGB value is (239,219,62). Sum of RGB (Red+Green+Blue) = 239+219+62=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 62 (24.61% from 255 or 11.92% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDB3E is #1024C1. Grayscale: #CFCFCF. Windows color (decimal): -1057986 or 4119535. OLE color: 4119535.

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

Color convert

RGB 239 219 62 -
CMYK 0 0.08 0.74 0.06
HSL 53.22º 0.85% 0.59% -
HSV(B) 53.22º 0.74% 0.94% -
XYZ 61.8 69.36 14.69 -
YUV 207.08 46.13 150.77 -
System Red Green Blue C M Y K H S L
Decimal 239 219 62 0 0.08 0.74 0.06 53.22 0.85 0.59
Hex EF DB 3E 0 8 4A 6 35 55 3B
Octal 357 333 76 0 10 112 6 65 125 73
Binary 11101111 11011011 111110 0 1000 1001010 110 110101 1010101 111011

Color Harmonies of #EFDB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB3E

Black with #EFDB3E

Text Example


Text Example

White with #EFDB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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