Html Css Color HEX #EFDF25 Golden Fizz

📋 copy color: '#EFDF25'

red 239 ◦ green 223 ◦ blue 37

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

Shades of Golden Fizz #EFDF25

Tints of Golden Fizz #EFDF25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.41%

R = 47.9%
G = 44.69%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#EFDF25 (or 0xEFDF25) is known color: Golden Fizz. HEX triplet: EF, DF and 25. RGB value is (239,223,37). Sum of RGB (Red+Green+Blue) = 239+223+37=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 37 (14.84% from 255 or 7.41% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDF25 is #1020DA. Grayscale: #CFCFCF. Windows color (decimal): -1056987 or 2482159. OLE color: 2482159.

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

Color convert

RGB 239 223 37 -
CMYK 0 0.07 0.85 0.06
HSL 55.25º 0.86% 0.54% -
HSV(B) 55.25º 0.85% 0.94% -
XYZ 62.32 71.26 12.22 -
YUV 206.58 32.3 151.12 -
System Red Green Blue C M Y K H S L
Decimal 239 223 37 0 0.07 0.85 0.06 55.25 0.86 0.54
Hex EF DF 25 0 7 55 6 37 56 36
Octal 357 337 45 0 7 125 6 67 126 66
Binary 11101111 11011111 100101 0 111 1010101 110 110111 1010110 110110

Color Harmonies of #EFDF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF25

Black with #EFDF25

Text Example


Text Example

White with #EFDF25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF25; }

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

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

background-color css

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

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

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

border-color css

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

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

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