Html Css Color HEX #EFE232 Golden Fizz

📋 copy color: '#EFE232'

red 239 ◦ green 226 ◦ blue 50

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

Shades of Golden Fizz #EFE232

Tints of Golden Fizz #EFE232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.71%

R = 46.41%
G = 43.88%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EFE232 (or 0xEFE232) is known color: Golden Fizz. HEX triplet: EF, E2 and 32. RGB value is (239,226,50). Sum of RGB (Red+Green+Blue) = 239+226+50=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 226 (88.67% from 255 or 43.88% from 515); Blue value is 50 (19.92% from 255 or 9.71% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE232 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE232 is #101DCD. Grayscale: #D2D2D2. Windows color (decimal): -1056206 or 3334895. OLE color: 3334895.

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

Color convert

RGB 239 226 50 -
CMYK 0 0.05 0.79 0.06
HSL 55.87º 0.86% 0.57% -
HSV(B) 55.87º 0.79% 0.94% -
XYZ 63.37 72.97 13.76 -
YUV 209.82 37.81 148.81 -
System Red Green Blue C M Y K H S L
Decimal 239 226 50 0 0.05 0.79 0.06 55.87 0.86 0.57
Hex EF E2 32 0 5 4F 6 38 56 39
Octal 357 342 62 0 5 117 6 70 126 71
Binary 11101111 11100010 110010 0 101 1001111 110 111000 1010110 111001

Color Harmonies of #EFE232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE232

Black with #EFE232

Text Example


Text Example

White with #EFE232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE232; }

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

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

background-color css

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

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

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

border-color css

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

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

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