Html Css Color HEX #EFDF38 Golden Fizz

📋 copy color: '#EFDF38'

red 239 ◦ green 223 ◦ blue 56

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

Shades of Golden Fizz #EFDF38

Tints of Golden Fizz #EFDF38

RGB

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

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

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

R = 46.14%
G = 43.05%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#EFDF38 (or 0xEFDF38) is known color: Golden Fizz. HEX triplet: EF, DF and 38. RGB value is (239,223,56). Sum of RGB (Red+Green+Blue) = 239+223+56=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 56 (22.27% from 255 or 10.81% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDF38 is #1020C7. Grayscale: #D1D1D1. Windows color (decimal): -1056968 or 3727343. OLE color: 3727343.

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

Color convert

RGB 239 223 56 -
CMYK 0 0.07 0.77 0.06
HSL 54.75º 0.85% 0.58% -
HSV(B) 54.75º 0.77% 0.94% -
XYZ 62.7 71.41 14.22 -
YUV 208.75 41.8 149.58 -
System Red Green Blue C M Y K H S L
Decimal 239 223 56 0 0.07 0.77 0.06 54.75 0.85 0.58
Hex EF DF 38 0 7 4D 6 37 55 3A
Octal 357 337 70 0 7 115 6 67 125 72
Binary 11101111 11011111 111000 0 111 1001101 110 110111 1010101 111010

Color Harmonies of #EFDF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF38

Black with #EFDF38

Text Example


Text Example

White with #EFDF38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF38; }

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

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

background-color css

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

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

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

border-color css

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

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

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