Html Css Color HEX #EFDA31 Golden Fizz

📋 copy color: '#EFDA31'

red 239 ◦ green 218 ◦ blue 49

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

Shades of Golden Fizz #EFDA31

Tints of Golden Fizz #EFDA31

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.08%

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

R = 47.23%
G = 43.08%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EFDA31 (or 0xEFDA31) is known color: Golden Fizz. HEX triplet: EF, DA and 31. RGB value is (239,218,49). Sum of RGB (Red+Green+Blue) = 239+218+49=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 49 (19.53% from 255 or 9.68% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDA31 is #1025CE. Grayscale: #CDCDCD. Windows color (decimal): -1058255 or 3267311. OLE color: 3267311.

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

Color convert

RGB 239 218 49 -
CMYK 0 0.09 0.79 0.06
HSL 53.37º 0.86% 0.56% -
HSV(B) 53.37º 0.79% 0.94% -
XYZ 61.22 68.72 12.94 -
YUV 205.01 39.96 152.24 -
System Red Green Blue C M Y K H S L
Decimal 239 218 49 0 0.09 0.79 0.06 53.37 0.86 0.56
Hex EF DA 31 0 9 4F 6 35 56 38
Octal 357 332 61 0 11 117 6 65 126 70
Binary 11101111 11011010 110001 0 1001 1001111 110 110101 1010110 111000

Color Harmonies of #EFDA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDA31

Black with #EFDA31

Text Example


Text Example

White with #EFDA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDA31; }

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

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

background-color css

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

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

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

border-color css

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

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

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