Html Css Color HEX #EFD73D Golden Fizz

📋 copy color: '#EFD73D'

red 239 ◦ green 215 ◦ blue 61

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

Shades of Golden Fizz #EFD73D

Tints of Golden Fizz #EFD73D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.75%

 BLUE value IS 61 (24.22% from 255) = 11.84%

R = 46.41%
G = 41.75%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EFD73D (or 0xEFD73D) is known color: Golden Fizz. HEX triplet: EF, D7 and 3D. RGB value is (239,215,61). Sum of RGB (Red+Green+Blue) = 239+215+61=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 215 (84.38% from 255 or 41.75% from 515); Blue value is 61 (24.22% from 255 or 11.84% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD73D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD73D is #1028C2. Grayscale: #CDCDCD. Windows color (decimal): -1059011 or 4052975. OLE color: 4052975.

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

Color convert

RGB 239 215 61 -
CMYK 0 0.10 0.74 0.06
HSL 51.91º 0.85% 0.59% -
HSV(B) 51.91º 0.74% 0.94% -
XYZ 60.74 67.29 14.2 -
YUV 204.62 46.95 152.52 -
System Red Green Blue C M Y K H S L
Decimal 239 215 61 0 0.10 0.74 0.06 51.91 0.85 0.59
Hex EF D7 3D 0 A 4A 6 34 55 3B
Octal 357 327 75 0 12 112 6 64 125 73
Binary 11101111 11010111 111101 0 1010 1001010 110 110100 1010101 111011

Color Harmonies of #EFD73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD73D

Black with #EFD73D

Text Example


Text Example

White with #EFD73D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD73D; }

 p { color: rgb(239,215,61); }

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

background-color css

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

 a { background-color: rgb(239,215,61); }

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

border-color css

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

 span { border-color: rgb(239,215,61); }

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