Html Css Color HEX #E6F31F Golden Fizz

📋 copy color: '#E6F31F'

red 230 ◦ green 243 ◦ blue 31

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

Shades of Golden Fizz #E6F31F

Tints of Golden Fizz #E6F31F

RGB

 RED value IS 230 (90.23% from 255) = 45.63%

 GREEN value IS 243 (95.31% from 255) = 48.21%

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

R = 45.63%
G = 48.21%
B = 6.15%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#E6F31F (or 0xE6F31F) is known color: Golden Fizz. HEX triplet: E6, F3 and 1F. RGB value is (230,243,31). Sum of RGB (Red+Green+Blue) = 230+243+31=504 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.63% from 504); Green value is 243 (95.31% from 255 or 48.21% from 504); Blue value is 31 (12.5% from 255 or 6.15% from 504); Max value from RGB is 243 - color contains mainly: green. Hex color #E6F31F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6F31F is #190CE0. Grayscale: #D7D7D7. Windows color (decimal): -1641697 or 2094054. OLE color: 2094054.

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

Color convert

RGB 230 243 31 -
CMYK 0.05 0 0.87 0.05
HSL 63.68º 0.9% 0.54% -
HSV(B) 63.68º 0.87% 0.95% -
XYZ 64.93 81.02 13.51 -
YUV 214.95 24.19 138.74 -
System Red Green Blue C M Y K H S L
Decimal 230 243 31 0.05 0 0.87 0.05 63.68 0.9 0.54
Hex E6 F3 1F 5 0 57 5 40 5A 36
Octal 346 363 37 5 0 127 5 100 132 66
Binary 11100110 11110011 11111 101 0 1010111 101 1000000 1011010 110110

Color Harmonies of #E6F31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6F31F

Black with #E6F31F

Text Example


Text Example

White with #E6F31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6F31F; }

 p { color: rgb(230,243,31); }

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

background-color css

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

 a { background-color: rgb(230,243,31); }

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

border-color css

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

 span { border-color: rgb(230,243,31); }

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