Html Css Color HEX #EFE620 Golden Fizz

📋 copy color: '#EFE620'

red 239 ◦ green 230 ◦ blue 32

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

Shades of Golden Fizz #EFE620

Tints of Golden Fizz #EFE620

RGB

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

 GREEN value IS 230 (90.23% from 255) = 45.91%

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

R = 47.7%
G = 45.91%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EFE620 (or 0xEFE620) is known color: Golden Fizz. HEX triplet: EF, E6 and 20. RGB value is (239,230,32). Sum of RGB (Red+Green+Blue) = 239+230+32=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 230 (90.23% from 255 or 45.91% from 501); Blue value is 32 (12.89% from 255 or 6.39% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE620 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFE620 is #1019DF. Grayscale: #D2D2D2. Windows color (decimal): -1055200 or 2156271. OLE color: 2156271.

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

Color convert

RGB 239 230 32 -
CMYK 0 0.04 0.87 0.06
HSL 57.39º 0.87% 0.53% -
HSV(B) 57.39º 0.87% 0.94% -
XYZ 64.15 75.05 12.47 -
YUV 210.12 27.48 148.6 -
System Red Green Blue C M Y K H S L
Decimal 239 230 32 0 0.04 0.87 0.06 57.39 0.87 0.53
Hex EF E6 20 0 4 57 6 39 57 35
Octal 357 346 40 0 4 127 6 71 127 65
Binary 11101111 11100110 100000 0 100 1010111 110 111001 1010111 110101

Color Harmonies of #EFE620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE620

Black with #EFE620

Text Example


Text Example

White with #EFE620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE620; }

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

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

background-color css

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

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

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

border-color css

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

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

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