Html Css Color HEX #EFDD38 Golden Fizz

📋 copy color: '#EFDD38'

red 239 ◦ green 221 ◦ blue 56

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

Shades of Golden Fizz #EFDD38

Tints of Golden Fizz #EFDD38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 10.85%

R = 46.32%
G = 42.83%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#EFDD38 (or 0xEFDD38) is known color: Golden Fizz. HEX triplet: EF, DD and 38. RGB value is (239,221,56). Sum of RGB (Red+Green+Blue) = 239+221+56=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 56 (22.27% from 255 or 10.85% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDD38 is #1022C7. Grayscale: #D0D0D0. Windows color (decimal): -1057480 or 3726831. OLE color: 3726831.

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

Color convert

RGB 239 221 56 -
CMYK 0 0.08 0.77 0.06
HSL 54.1º 0.85% 0.58% -
HSV(B) 54.1º 0.77% 0.94% -
XYZ 62.17 70.35 14.04 -
YUV 207.57 42.46 150.42 -
System Red Green Blue C M Y K H S L
Decimal 239 221 56 0 0.08 0.77 0.06 54.1 0.85 0.58
Hex EF DD 38 0 8 4D 6 36 55 3A
Octal 357 335 70 0 10 115 6 66 125 72
Binary 11101111 11011101 111000 0 1000 1001101 110 110110 1010101 111010

Color Harmonies of #EFDD38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDD38

Black with #EFDD38

Text Example


Text Example

White with #EFDD38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDD38; }

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

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

background-color css

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

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

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

border-color css

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

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

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