Html Css Color HEX #EFDD33 Golden Fizz

📋 copy color: '#EFDD33'

red 239 ◦ green 221 ◦ blue 51

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

Shades of Golden Fizz #EFDD33

Tints of Golden Fizz #EFDD33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 9.98%

R = 46.77%
G = 43.25%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EFDD33 (or 0xEFDD33) is known color: Golden Fizz. HEX triplet: EF, DD and 33. RGB value is (239,221,51). Sum of RGB (Red+Green+Blue) = 239+221+51=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 51 (20.31% from 255 or 9.98% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDD33 is #1022CC. Grayscale: #CFCFCF. Windows color (decimal): -1057485 or 3399151. OLE color: 3399151.

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

Color convert

RGB 239 221 51 -
CMYK 0 0.08 0.79 0.06
HSL 54.26º 0.85% 0.57% -
HSV(B) 54.26º 0.79% 0.94% -
XYZ 62.05 70.3 13.43 -
YUV 207 39.96 150.82 -
System Red Green Blue C M Y K H S L
Decimal 239 221 51 0 0.08 0.79 0.06 54.26 0.85 0.57
Hex EF DD 33 0 8 4F 6 36 55 39
Octal 357 335 63 0 10 117 6 66 125 71
Binary 11101111 11011101 110011 0 1000 1001111 110 110110 1010101 111001

Color Harmonies of #EFDD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDD33

Black with #EFDD33

Text Example


Text Example

White with #EFDD33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDD33; }

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

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

background-color css

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

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

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

border-color css

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

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

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