Html Css Color HEX #EFDD2D Golden Fizz

📋 copy color: '#EFDD2D'

red 239 ◦ green 221 ◦ blue 45

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

Shades of Golden Fizz #EFDD2D

Tints of Golden Fizz #EFDD2D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.76%

 BLUE value IS 45 (17.97% from 255) = 8.91%

R = 47.33%
G = 43.76%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EFDD2D (or 0xEFDD2D) is known color: Golden Fizz. HEX triplet: EF, DD and 2D. RGB value is (239,221,45). Sum of RGB (Red+Green+Blue) = 239+221+45=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 45 (17.97% from 255 or 8.91% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDD2D is #1022D2. Grayscale: #CFCFCF. Windows color (decimal): -1057491 or 3005935. OLE color: 3005935.

HSL color Cylindrical-coordinate representation of color #EFDD2D: hue angle of 54.43º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EFDD2D is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 221 45 -
CMYK 0 0.08 0.81 0.06
HSL 54.43º 0.86% 0.56% -
HSV(B) 54.43º 0.81% 0.94% -
XYZ 61.93 70.25 12.78 -
YUV 206.32 36.96 151.31 -
System Red Green Blue C M Y K H S L
Decimal 239 221 45 0 0.08 0.81 0.06 54.43 0.86 0.56
Hex EF DD 2D 0 8 51 6 36 56 38
Octal 357 335 55 0 10 121 6 66 126 70
Binary 11101111 11011101 101101 0 1000 1010001 110 110110 1010110 111000

Color Harmonies of #EFDD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDD2D

Black with #EFDD2D

Text Example


Text Example

White with #EFDD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDD2D; }

 p { color: rgb(239,221,45); }

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

background-color css

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

 a { background-color: rgb(239,221,45); }

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

border-color css

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

 span { border-color: rgb(239,221,45); }

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