Html Css Color HEX #EFD531 Golden Fizz

📋 copy color: '#EFD531'

red 239 ◦ green 213 ◦ blue 49

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

Shades of Golden Fizz #EFD531

Tints of Golden Fizz #EFD531

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.51%

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

R = 47.7%
G = 42.51%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EFD531 (or 0xEFD531) is known color: Golden Fizz. HEX triplet: EF, D5 and 31. RGB value is (239,213,49). Sum of RGB (Red+Green+Blue) = 239+213+49=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 213 (83.59% from 255 or 42.51% from 501); Blue value is 49 (19.53% from 255 or 9.78% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD531 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD531 is #102ACE. Grayscale: #CACACA. Windows color (decimal): -1059535 or 3266031. OLE color: 3266031.

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

Color convert

RGB 239 213 49 -
CMYK 0 0.11 0.79 0.06
HSL 51.79º 0.86% 0.56% -
HSV(B) 51.79º 0.79% 0.94% -
XYZ 59.95 66.16 12.52 -
YUV 202.08 41.61 154.34 -
System Red Green Blue C M Y K H S L
Decimal 239 213 49 0 0.11 0.79 0.06 51.79 0.86 0.56
Hex EF D5 31 0 B 4F 6 34 56 38
Octal 357 325 61 0 13 117 6 64 126 70
Binary 11101111 11010101 110001 0 1011 1001111 110 110100 1010110 111000

Color Harmonies of #EFD531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD531

Black with #EFD531

Text Example


Text Example

White with #EFD531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD531; }

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

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

background-color css

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

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

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

border-color css

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

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

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