Html Css Color HEX #EFE225 Golden Fizz

📋 copy color: '#EFE225'

red 239 ◦ green 226 ◦ blue 37

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

Shades of Golden Fizz #EFE225

Tints of Golden Fizz #EFE225

RGB

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

 GREEN value IS 226 (88.67% from 255) = 45.02%

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

R = 47.61%
G = 45.02%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#EFE225 (or 0xEFE225) is known color: Golden Fizz. HEX triplet: EF, E2 and 25. RGB value is (239,226,37). Sum of RGB (Red+Green+Blue) = 239+226+37=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 226 (88.67% from 255 or 45.02% from 502); Blue value is 37 (14.84% from 255 or 7.37% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE225 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE225 is #101DDA. Grayscale: #D1D1D1. Windows color (decimal): -1056219 or 2482927. OLE color: 2482927.

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

Color convert

RGB 239 226 37 -
CMYK 0 0.05 0.85 0.06
HSL 56.14º 0.86% 0.54% -
HSV(B) 56.14º 0.85% 0.94% -
XYZ 63.13 72.88 12.49 -
YUV 208.34 31.31 149.87 -
System Red Green Blue C M Y K H S L
Decimal 239 226 37 0 0.05 0.85 0.06 56.14 0.86 0.54
Hex EF E2 25 0 5 55 6 38 56 36
Octal 357 342 45 0 5 125 6 70 126 66
Binary 11101111 11100010 100101 0 101 1010101 110 111000 1010110 110110

Color Harmonies of #EFE225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE225

Black with #EFE225

Text Example


Text Example

White with #EFE225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE225; }

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

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

background-color css

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

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

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

border-color css

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

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

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