Html Css Color HEX #E6F22A Golden Fizz

📋 copy color: '#E6F22A'

red 230 ◦ green 242 ◦ blue 42

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

Shades of Golden Fizz #E6F22A

Tints of Golden Fizz #E6F22A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.17%

R = 44.75%
G = 47.08%
B = 8.17%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#E6F22A (or 0xE6F22A) is known color: Golden Fizz. HEX triplet: E6, F2 and 2A. RGB value is (230,242,42). Sum of RGB (Red+Green+Blue) = 230+242+42=514 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.75% from 514); Green value is 242 (94.92% from 255 or 47.08% from 514); Blue value is 42 (16.80% from 255 or 8.17% from 514); Max value from RGB is 242 - color contains mainly: green. Hex color #E6F22A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6F22A is #190DD5. Grayscale: #D8D8D8. Windows color (decimal): -1641942 or 2814694. OLE color: 2814694.

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

Color convert

RGB 230 242 42 -
CMYK 0.05 0 0.83 0.05
HSL 63.6º 0.88% 0.56% -
HSV(B) 63.6º 0.83% 0.95% -
XYZ 64.8 80.49 14.31 -
YUV 215.61 30.02 138.26 -
System Red Green Blue C M Y K H S L
Decimal 230 242 42 0.05 0 0.83 0.05 63.6 0.88 0.56
Hex E6 F2 2A 5 0 53 5 40 58 38
Octal 346 362 52 5 0 123 5 100 130 70
Binary 11100110 11110010 101010 101 0 1010011 101 1000000 1011000 111000

Color Harmonies of #E6F22A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6F22A

Black with #E6F22A

Text Example


Text Example

White with #E6F22A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6F22A; }

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

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

background-color css

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

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

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

border-color css

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

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

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