Html Css Color HEX #EFDB32 Golden Fizz

📋 copy color: '#EFDB32'

red 239 ◦ green 219 ◦ blue 50

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

Shades of Golden Fizz #EFDB32

Tints of Golden Fizz #EFDB32

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.11%

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

R = 47.05%
G = 43.11%
B = 9.84%

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

#EFDB32 (or 0xEFDB32) is known color: Golden Fizz. HEX triplet: EF, DB and 32. RGB value is (239,219,50). Sum of RGB (Red+Green+Blue) = 239+219+50=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 50 (19.92% from 255 or 9.84% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDB32 is #1024CD. Grayscale: #CECECE. Windows color (decimal): -1057998 or 3333103. OLE color: 3333103.

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

Color convert

RGB 239 219 50 -
CMYK 0 0.08 0.79 0.06
HSL 53.65º 0.86% 0.57% -
HSV(B) 53.65º 0.79% 0.94% -
XYZ 61.5 69.24 13.14 -
YUV 205.71 40.13 151.74 -
System Red Green Blue C M Y K H S L
Decimal 239 219 50 0 0.08 0.79 0.06 53.65 0.86 0.57
Hex EF DB 32 0 8 4F 6 36 56 39
Octal 357 333 62 0 10 117 6 66 126 71
Binary 11101111 11011011 110010 0 1000 1001111 110 110110 1010110 111001

Color Harmonies of #EFDB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB32

Black with #EFDB32

Text Example


Text Example

White with #EFDB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB32; }

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

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

background-color css

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

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

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

border-color css

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

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

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