Html Css Color HEX #EFDD37 Golden Fizz

📋 copy color: '#EFDD37'

red 239 ◦ green 221 ◦ blue 55

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

Shades of Golden Fizz #EFDD37

Tints of Golden Fizz #EFDD37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 10.68%

R = 46.41%
G = 42.91%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#EFDD37 (or 0xEFDD37) is known color: Golden Fizz. HEX triplet: EF, DD and 37. RGB value is (239,221,55). Sum of RGB (Red+Green+Blue) = 239+221+55=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 221 (86.72% from 255 or 42.91% from 515); Blue value is 55 (21.88% from 255 or 10.68% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDD37 is #1022C8. Grayscale: #D0D0D0. Windows color (decimal): -1057481 or 3661295. OLE color: 3661295.

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

Color convert

RGB 239 221 55 -
CMYK 0 0.08 0.77 0.06
HSL 54.13º 0.85% 0.58% -
HSV(B) 54.13º 0.77% 0.94% -
XYZ 62.14 70.34 13.92 -
YUV 207.46 41.96 150.5 -
System Red Green Blue C M Y K H S L
Decimal 239 221 55 0 0.08 0.77 0.06 54.13 0.85 0.58
Hex EF DD 37 0 8 4D 6 36 55 3A
Octal 357 335 67 0 10 115 6 66 125 72
Binary 11101111 11011101 110111 0 1000 1001101 110 110110 1010101 111010

Color Harmonies of #EFDD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDD37

Black with #EFDD37

Text Example


Text Example

White with #EFDD37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDD37; }

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

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

background-color css

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

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

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

border-color css

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

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

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