Html Css Color HEX #E6F21F Golden Fizz

📋 copy color: '#E6F21F'

red 230 ◦ green 242 ◦ blue 31

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

Shades of Golden Fizz #E6F21F

Tints of Golden Fizz #E6F21F

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.11%

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

R = 45.73%
G = 48.11%
B = 6.16%

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

#E6F21F (or 0xE6F21F) is known color: Golden Fizz. HEX triplet: E6, F2 and 1F. RGB value is (230,242,31). Sum of RGB (Red+Green+Blue) = 230+242+31=503 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.73% from 503); Green value is 242 (94.92% from 255 or 48.11% from 503); Blue value is 31 (12.5% from 255 or 6.16% from 503); Max value from RGB is 242 - color contains mainly: green. Hex color #E6F21F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6F21F is #190DE0. Grayscale: #D7D7D7. Windows color (decimal): -1641953 or 2093798. OLE color: 2093798.

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

Color convert

RGB 230 242 31 -
CMYK 0.05 0 0.87 0.05
HSL 63.41º 0.89% 0.54% -
HSV(B) 63.41º 0.87% 0.95% -
XYZ 64.63 80.43 13.41 -
YUV 214.36 24.52 139.16 -
System Red Green Blue C M Y K H S L
Decimal 230 242 31 0.05 0 0.87 0.05 63.41 0.89 0.54
Hex E6 F2 1F 5 0 57 5 3F 59 36
Octal 346 362 37 5 0 127 5 77 131 66
Binary 11100110 11110010 11111 101 0 1010111 101 111111 1011001 110110

Color Harmonies of #E6F21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6F21F

Black with #E6F21F

Text Example


Text Example

White with #E6F21F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6F21F; }

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

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

background-color css

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

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

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

border-color css

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

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

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