Html Css Color HEX #EFDF1D Golden Fizz

📋 copy color: '#EFDF1D'

red 239 ◦ green 223 ◦ blue 29

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

Shades of Golden Fizz #EFDF1D

Tints of Golden Fizz #EFDF1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 5.91%

R = 48.68%
G = 45.42%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EFDF1D (or 0xEFDF1D) is known color: Golden Fizz. HEX triplet: EF, DF and 1D. RGB value is (239,223,29). Sum of RGB (Red+Green+Blue) = 239+223+29=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 29 (11.72% from 255 or 5.91% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDF1D is #1020E2. Grayscale: #CECECE. Windows color (decimal): -1056995 or 1957871. OLE color: 1957871.

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

Color convert

RGB 239 223 29 -
CMYK 0 0.07 0.88 0.06
HSL 55.43º 0.87% 0.53% -
HSV(B) 55.43º 0.88% 0.94% -
XYZ 62.21 71.21 11.63 -
YUV 205.67 28.3 151.77 -
System Red Green Blue C M Y K H S L
Decimal 239 223 29 0 0.07 0.88 0.06 55.43 0.87 0.53
Hex EF DF 1D 0 7 58 6 37 57 35
Octal 357 337 35 0 7 130 6 67 127 65
Binary 11101111 11011111 11101 0 111 1011000 110 110111 1010111 110101

Color Harmonies of #EFDF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF1D

Black with #EFDF1D

Text Example


Text Example

White with #EFDF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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