Html Css Color HEX #EFE025 Golden Fizz

📋 copy color: '#EFE025'

red 239 ◦ green 224 ◦ blue 37

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

Shades of Golden Fizz #EFE025

Tints of Golden Fizz #EFE025

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.8%

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

R = 47.8%
G = 44.8%
B = 7.4%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#EFE025 (or 0xEFE025) is known color: Golden Fizz. HEX triplet: EF, E0 and 25. RGB value is (239,224,37). Sum of RGB (Red+Green+Blue) = 239+224+37=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 224 (87.89% from 255 or 44.8% from 500); Blue value is 37 (14.84% from 255 or 7.4% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE025 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE025 is #101FDA. Grayscale: #CFCFCF. Windows color (decimal): -1056731 or 2482415. OLE color: 2482415.

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

Color convert

RGB 239 224 37 -
CMYK 0 0.06 0.85 0.06
HSL 55.54º 0.86% 0.54% -
HSV(B) 55.54º 0.85% 0.94% -
XYZ 62.59 71.8 12.31 -
YUV 207.17 31.97 150.71 -
System Red Green Blue C M Y K H S L
Decimal 239 224 37 0 0.06 0.85 0.06 55.54 0.86 0.54
Hex EF E0 25 0 6 55 6 38 56 36
Octal 357 340 45 0 6 125 6 70 126 66
Binary 11101111 11100000 100101 0 110 1010101 110 111000 1010110 110110

Color Harmonies of #EFE025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE025

Black with #EFE025

Text Example


Text Example

White with #EFE025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE025; }

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

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

background-color css

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

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

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

border-color css

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

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

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