Html Css Color HEX #EFDF28 Golden Fizz

📋 copy color: '#EFDF28'

red 239 ◦ green 223 ◦ blue 40

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

Shades of Golden Fizz #EFDF28

Tints of Golden Fizz #EFDF28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.97%

R = 47.61%
G = 44.42%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EFDF28 (or 0xEFDF28) is known color: Golden Fizz. HEX triplet: EF, DF and 28. RGB value is (239,223,40). Sum of RGB (Red+Green+Blue) = 239+223+40=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 40 (16.02% from 255 or 7.97% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDF28 is #1020D7. Grayscale: #CFCFCF. Windows color (decimal): -1056984 or 2678767. OLE color: 2678767.

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

Color convert

RGB 239 223 40 -
CMYK 0 0.07 0.83 0.06
HSL 55.18º 0.86% 0.55% -
HSV(B) 55.18º 0.83% 0.94% -
XYZ 62.37 71.28 12.48 -
YUV 206.92 33.8 150.88 -
System Red Green Blue C M Y K H S L
Decimal 239 223 40 0 0.07 0.83 0.06 55.18 0.86 0.55
Hex EF DF 28 0 7 53 6 37 56 37
Octal 357 337 50 0 7 123 6 67 126 67
Binary 11101111 11011111 101000 0 111 1010011 110 110111 1010110 110111

Color Harmonies of #EFDF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF28

Black with #EFDF28

Text Example


Text Example

White with #EFDF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF28; }

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

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

background-color css

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

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

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

border-color css

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

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

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