Html Css Color HEX #EFE31F Golden Fizz

📋 copy color: '#EFE31F'

red 239 ◦ green 227 ◦ blue 31

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

Shades of Golden Fizz #EFE31F

Tints of Golden Fizz #EFE31F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.24%

R = 48.09%
G = 45.67%
B = 6.24%

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

#EFE31F (or 0xEFE31F) is known color: Golden Fizz. HEX triplet: EF, E3 and 1F. RGB value is (239,227,31). Sum of RGB (Red+Green+Blue) = 239+227+31=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 227 (89.06% from 255 or 45.67% from 497); Blue value is 31 (12.5% from 255 or 6.24% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE31F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE31F is #101CE0. Grayscale: #D1D1D1. Windows color (decimal): -1055969 or 2089967. OLE color: 2089967.

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

Color convert

RGB 239 227 31 -
CMYK 0 0.05 0.87 0.06
HSL 56.54º 0.87% 0.53% -
HSV(B) 56.54º 0.87% 0.94% -
XYZ 63.31 73.39 12.12 -
YUV 208.24 27.98 149.94 -
System Red Green Blue C M Y K H S L
Decimal 239 227 31 0 0.05 0.87 0.06 56.54 0.87 0.53
Hex EF E3 1F 0 5 57 6 39 57 35
Octal 357 343 37 0 5 127 6 71 127 65
Binary 11101111 11100011 11111 0 101 1010111 110 111001 1010111 110101

Color Harmonies of #EFE31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE31F

Black with #EFE31F

Text Example


Text Example

White with #EFE31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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