Html Css Color HEX #E6F01E Golden Fizz

📋 copy color: '#E6F01E'

red 230 ◦ green 240 ◦ blue 30

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

Shades of Golden Fizz #E6F01E

Tints of Golden Fizz #E6F01E

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48%

 BLUE value IS 30 (12.11% from 255) = 6%

R = 46%
G = 48%
B = 6%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#E6F01E (or 0xE6F01E) is known color: Golden Fizz. HEX triplet: E6, F0 and 1E. RGB value is (230,240,30). Sum of RGB (Red+Green+Blue) = 230+240+30=500 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46% from 500); Green value is 240 (94.14% from 255 or 48% from 500); Blue value is 30 (12.11% from 255 or 6% from 500); Max value from RGB is 240 - color contains mainly: green. Hex color #E6F01E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6F01E is #190FE1. Grayscale: #D5D5D5. Windows color (decimal): -1642466 or 2027750. OLE color: 2027750.

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

Color convert

RGB 230 240 30 -
CMYK 0.04 0 0.87 0.06
HSL 62.86º 0.88% 0.53% -
HSV(B) 62.86º 0.88% 0.94% -
XYZ 64.03 79.24 13.15 -
YUV 213.07 24.69 140.08 -
System Red Green Blue C M Y K H S L
Decimal 230 240 30 0.04 0 0.87 0.06 62.86 0.88 0.53
Hex E6 F0 1E 4 0 57 6 3F 58 35
Octal 346 360 36 4 0 127 6 77 130 65
Binary 11100110 11110000 11110 100 0 1010111 110 111111 1011000 110101

Color Harmonies of #E6F01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6F01E

Black with #E6F01E

Text Example


Text Example

White with #E6F01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6F01E; }

 p { color: rgb(230,240,30); }

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

background-color css

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

 a { background-color: rgb(230,240,30); }

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

border-color css

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

 span { border-color: rgb(230,240,30); }

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