Html Css Color HEX #EFDD34 Golden Fizz

📋 copy color: '#EFDD34'

red 239 ◦ green 221 ◦ blue 52

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

Shades of Golden Fizz #EFDD34

Tints of Golden Fizz #EFDD34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.16%

R = 46.68%
G = 43.16%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EFDD34 (or 0xEFDD34) is known color: Golden Fizz. HEX triplet: EF, DD and 34. RGB value is (239,221,52). Sum of RGB (Red+Green+Blue) = 239+221+52=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 52 (20.70% from 255 or 10.16% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDD34 is #1022CB. Grayscale: #CFCFCF. Windows color (decimal): -1057484 or 3464687. OLE color: 3464687.

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

Color convert

RGB 239 221 52 -
CMYK 0 0.08 0.78 0.06
HSL 54.22º 0.85% 0.57% -
HSV(B) 54.22º 0.78% 0.94% -
XYZ 62.07 70.31 13.55 -
YUV 207.12 40.46 150.74 -
System Red Green Blue C M Y K H S L
Decimal 239 221 52 0 0.08 0.78 0.06 54.22 0.85 0.57
Hex EF DD 34 0 8 4E 6 36 55 39
Octal 357 335 64 0 10 116 6 66 125 71
Binary 11101111 11011101 110100 0 1000 1001110 110 110110 1010101 111001

Color Harmonies of #EFDD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDD34

Black with #EFDD34

Text Example


Text Example

White with #EFDD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDD34; }

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

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

background-color css

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

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

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

border-color css

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

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

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