Html Css Color HEX #EFDF32 Golden Fizz

📋 copy color: '#EFDF32'

red 239 ◦ green 223 ◦ blue 50

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

Shades of Golden Fizz #EFDF32

Tints of Golden Fizz #EFDF32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.77%

R = 46.68%
G = 43.55%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EFDF32 (or 0xEFDF32) is known color: Golden Fizz. HEX triplet: EF, DF and 32. RGB value is (239,223,50). Sum of RGB (Red+Green+Blue) = 239+223+50=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 50 (19.92% from 255 or 9.77% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDF32 is #1020CD. Grayscale: #D0D0D0. Windows color (decimal): -1056974 or 3334127. OLE color: 3334127.

HSL color Cylindrical-coordinate representation of color #EFDF32: hue angle of 54.92º degrees, saturation: 0.86, 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 #EFDF32 is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 223 50 -
CMYK 0 0.07 0.79 0.06
HSL 54.92º 0.86% 0.57% -
HSV(B) 54.92º 0.79% 0.94% -
XYZ 62.56 71.36 13.49 -
YUV 208.06 38.8 150.07 -
System Red Green Blue C M Y K H S L
Decimal 239 223 50 0 0.07 0.79 0.06 54.92 0.86 0.57
Hex EF DF 32 0 7 4F 6 37 56 39
Octal 357 337 62 0 7 117 6 67 126 71
Binary 11101111 11011111 110010 0 111 1001111 110 110111 1010110 111001

Color Harmonies of #EFDF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF32

Black with #EFDF32

Text Example


Text Example

White with #EFDF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF32; }

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

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

background-color css

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

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

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

border-color css

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

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

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