Html Css Color HEX #EFDE3E Golden Fizz

📋 copy color: '#EFDE3E'

red 239 ◦ green 222 ◦ blue 62

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

Shades of Golden Fizz #EFDE3E

Tints of Golden Fizz #EFDE3E

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.45%

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

R = 45.7%
G = 42.45%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EFDE3E (or 0xEFDE3E) is known color: Golden Fizz. HEX triplet: EF, DE and 3E. RGB value is (239,222,62). Sum of RGB (Red+Green+Blue) = 239+222+62=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 222 (87.11% from 255 or 42.45% from 523); Blue value is 62 (24.61% from 255 or 11.85% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDE3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDE3E is #1021C1. Grayscale: #D1D1D1. Windows color (decimal): -1057218 or 4120303. OLE color: 4120303.

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

Color convert

RGB 239 222 62 -
CMYK 0 0.07 0.74 0.06
HSL 54.24º 0.85% 0.59% -
HSV(B) 54.24º 0.74% 0.94% -
XYZ 62.59 70.94 14.95 -
YUV 208.84 45.13 149.51 -
System Red Green Blue C M Y K H S L
Decimal 239 222 62 0 0.07 0.74 0.06 54.24 0.85 0.59
Hex EF DE 3E 0 7 4A 6 36 55 3B
Octal 357 336 76 0 7 112 6 66 125 73
Binary 11101111 11011110 111110 0 111 1001010 110 110110 1010101 111011

Color Harmonies of #EFDE3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDE3E

Black with #EFDE3E

Text Example


Text Example

White with #EFDE3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDE3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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