Html Css Color HEX #EFE132 Golden Fizz

📋 copy color: '#EFE132'

red 239 ◦ green 225 ◦ blue 50

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

Shades of Golden Fizz #EFE132

Tints of Golden Fizz #EFE132

RGB

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

 GREEN value IS 225 (88.28% from 255) = 43.77%

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

R = 46.5%
G = 43.77%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EFE132 (or 0xEFE132) is known color: Golden Fizz. HEX triplet: EF, E1 and 32. RGB value is (239,225,50). Sum of RGB (Red+Green+Blue) = 239+225+50=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 225 (88.28% from 255 or 43.77% from 514); Blue value is 50 (19.92% from 255 or 9.73% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE132 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE132 is #101ECD. Grayscale: #D1D1D1. Windows color (decimal): -1056462 or 3334639. OLE color: 3334639.

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

Color convert

RGB 239 225 50 -
CMYK 0 0.06 0.79 0.06
HSL 55.56º 0.86% 0.57% -
HSV(B) 55.56º 0.79% 0.94% -
XYZ 63.1 72.43 13.67 -
YUV 209.24 38.14 149.23 -
System Red Green Blue C M Y K H S L
Decimal 239 225 50 0 0.06 0.79 0.06 55.56 0.86 0.57
Hex EF E1 32 0 6 4F 6 38 56 39
Octal 357 341 62 0 6 117 6 70 126 71
Binary 11101111 11100001 110010 0 110 1001111 110 111000 1010110 111001

Color Harmonies of #EFE132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE132

Black with #EFE132

Text Example


Text Example

White with #EFE132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE132; }

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

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

background-color css

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

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

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

border-color css

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

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

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