Html Css Color HEX #EFDF3D Golden Fizz

📋 copy color: '#EFDF3D'

red 239 ◦ green 223 ◦ blue 61

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

Shades of Golden Fizz #EFDF3D

Tints of Golden Fizz #EFDF3D

RGB

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

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

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

R = 45.7%
G = 42.64%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EFDF3D (or 0xEFDF3D) is known color: Golden Fizz. HEX triplet: EF, DF and 3D. RGB value is (239,223,61). Sum of RGB (Red+Green+Blue) = 239+223+61=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 223 (87.5% from 255 or 42.64% from 523); Blue value is 61 (24.22% from 255 or 11.66% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDF3D is #1020C2. Grayscale: #D1D1D1. Windows color (decimal): -1056963 or 4055023. OLE color: 4055023.

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

Color convert

RGB 239 223 61 -
CMYK 0 0.07 0.74 0.06
HSL 54.61º 0.85% 0.59% -
HSV(B) 54.61º 0.74% 0.94% -
XYZ 62.83 71.46 14.9 -
YUV 209.32 44.3 149.17 -
System Red Green Blue C M Y K H S L
Decimal 239 223 61 0 0.07 0.74 0.06 54.61 0.85 0.59
Hex EF DF 3D 0 7 4A 6 37 55 3B
Octal 357 337 75 0 7 112 6 67 125 73
Binary 11101111 11011111 111101 0 111 1001010 110 110111 1010101 111011

Color Harmonies of #EFDF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF3D

Black with #EFDF3D

Text Example


Text Example

White with #EFDF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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