Html Css Color HEX #EFE320 Golden Fizz

📋 copy color: '#EFE320'

red 239 ◦ green 227 ◦ blue 32

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

Shades of Golden Fizz #EFE320

Tints of Golden Fizz #EFE320

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.58%

 BLUE value IS 32 (12.89% from 255) = 6.43%

R = 47.99%
G = 45.58%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EFE320 (or 0xEFE320) is known color: Golden Fizz. HEX triplet: EF, E3 and 20. RGB value is (239,227,32). Sum of RGB (Red+Green+Blue) = 239+227+32=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 227 (89.06% from 255 or 45.58% from 498); Blue value is 32 (12.89% from 255 or 6.43% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE320 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE320 is #101CDF. Grayscale: #D1D1D1. Windows color (decimal): -1055968 or 2155503. OLE color: 2155503.

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

Color convert

RGB 239 227 32 -
CMYK 0 0.05 0.87 0.06
HSL 56.52º 0.87% 0.53% -
HSV(B) 56.52º 0.87% 0.94% -
XYZ 63.33 73.39 12.2 -
YUV 208.36 28.48 149.86 -
System Red Green Blue C M Y K H S L
Decimal 239 227 32 0 0.05 0.87 0.06 56.52 0.87 0.53
Hex EF E3 20 0 5 57 6 39 57 35
Octal 357 343 40 0 5 127 6 71 127 65
Binary 11101111 11100011 100000 0 101 1010111 110 111001 1010111 110101

Color Harmonies of #EFE320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE320

Black with #EFE320

Text Example


Text Example

White with #EFE320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE320; }

 p { color: rgb(239,227,32); }

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

background-color css

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

 a { background-color: rgb(239,227,32); }

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

border-color css

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

 span { border-color: rgb(239,227,32); }

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