Html Css Color HEX #EFE228 Golden Fizz

📋 copy color: '#EFE228'

red 239 ◦ green 226 ◦ blue 40

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

Shades of Golden Fizz #EFE228

Tints of Golden Fizz #EFE228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.92%

R = 47.33%
G = 44.75%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EFE228 (or 0xEFE228) is known color: Golden Fizz. HEX triplet: EF, E2 and 28. RGB value is (239,226,40). Sum of RGB (Red+Green+Blue) = 239+226+40=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 226 (88.67% from 255 or 44.75% from 505); Blue value is 40 (16.02% from 255 or 7.92% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE228 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE228 is #101DD7. Grayscale: #D1D1D1. Windows color (decimal): -1056216 or 2679535. OLE color: 2679535.

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

Color convert

RGB 239 226 40 -
CMYK 0 0.05 0.83 0.06
HSL 56.08º 0.86% 0.55% -
HSV(B) 56.08º 0.83% 0.94% -
XYZ 63.18 72.9 12.75 -
YUV 208.68 32.81 149.62 -
System Red Green Blue C M Y K H S L
Decimal 239 226 40 0 0.05 0.83 0.06 56.08 0.86 0.55
Hex EF E2 28 0 5 53 6 38 56 37
Octal 357 342 50 0 5 123 6 70 126 67
Binary 11101111 11100010 101000 0 101 1010011 110 111000 1010110 110111

Color Harmonies of #EFE228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE228

Black with #EFE228

Text Example


Text Example

White with #EFE228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE228; }

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

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

background-color css

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

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

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

border-color css

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

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

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