Html Css Color HEX #EFDF31 Golden Fizz

📋 copy color: '#EFDF31'

red 239 ◦ green 223 ◦ blue 49

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

Shades of Golden Fizz #EFDF31

Tints of Golden Fizz #EFDF31

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.64%

 BLUE value IS 49 (19.53% from 255) = 9.59%

R = 46.77%
G = 43.64%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EFDF31 (or 0xEFDF31) is known color: Golden Fizz. HEX triplet: EF, DF and 31. RGB value is (239,223,49). Sum of RGB (Red+Green+Blue) = 239+223+49=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 223 (87.5% from 255 or 43.64% from 511); Blue value is 49 (19.53% from 255 or 9.59% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDF31 is #1020CE. Grayscale: #D0D0D0. Windows color (decimal): -1056975 or 3268591. OLE color: 3268591.

HSL color Cylindrical-coordinate representation of color #EFDF31: hue angle of 54.95º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EFDF31 is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 223 49 -
CMYK 0 0.07 0.79 0.06
HSL 54.95º 0.86% 0.56% -
HSV(B) 54.95º 0.79% 0.94% -
XYZ 62.54 71.35 13.38 -
YUV 207.95 38.3 150.15 -
System Red Green Blue C M Y K H S L
Decimal 239 223 49 0 0.07 0.79 0.06 54.95 0.86 0.56
Hex EF DF 31 0 7 4F 6 37 56 38
Octal 357 337 61 0 7 117 6 67 126 70
Binary 11101111 11011111 110001 0 111 1001111 110 110111 1010110 111000

Color Harmonies of #EFDF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF31

Black with #EFDF31

Text Example


Text Example

White with #EFDF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF31; }

 p { color: rgb(239,223,49); }

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

background-color css

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

 a { background-color: rgb(239,223,49); }

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

border-color css

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

 span { border-color: rgb(239,223,49); }

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