Html Css Color HEX #EFDB22 Golden Fizz

📋 copy color: '#EFDB22'

red 239 ◦ green 219 ◦ blue 34

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

Shades of Golden Fizz #EFDB22

Tints of Golden Fizz #EFDB22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 6.91%

R = 48.58%
G = 44.51%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#EFDB22 (or 0xEFDB22) is known color: Golden Fizz. HEX triplet: EF, DB and 22. RGB value is (239,219,34). Sum of RGB (Red+Green+Blue) = 239+219+34=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 34 (13.67% from 255 or 6.91% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDB22 is #1024DD. Grayscale: #CCCCCC. Windows color (decimal): -1058014 or 2284527. OLE color: 2284527.

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

Color convert

RGB 239 219 34 -
CMYK 0 0.08 0.86 0.06
HSL 54.15º 0.86% 0.54% -
HSV(B) 54.15º 0.86% 0.94% -
XYZ 61.22 69.13 11.63 -
YUV 203.89 32.13 153.04 -
System Red Green Blue C M Y K H S L
Decimal 239 219 34 0 0.08 0.86 0.06 54.15 0.86 0.54
Hex EF DB 22 0 8 56 6 36 56 36
Octal 357 333 42 0 10 126 6 66 126 66
Binary 11101111 11011011 100010 0 1000 1010110 110 110110 1010110 110110

Color Harmonies of #EFDB22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB22

Black with #EFDB22

Text Example


Text Example

White with #EFDB22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB22; }

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

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

background-color css

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

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

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

border-color css

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

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

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