Html Css Color HEX #E6F02A Golden Fizz

📋 copy color: '#E6F02A'

red 230 ◦ green 240 ◦ blue 42

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

Shades of Golden Fizz #E6F02A

Tints of Golden Fizz #E6F02A

RGB

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

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

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

R = 44.92%
G = 46.88%
B = 8.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#E6F02A (or 0xE6F02A) is known color: Golden Fizz. HEX triplet: E6, F0 and 2A. RGB value is (230,240,42). Sum of RGB (Red+Green+Blue) = 230+240+42=512 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.92% from 512); Green value is 240 (94.14% from 255 or 46.88% from 512); Blue value is 42 (16.80% from 255 or 8.20% from 512); Max value from RGB is 240 - color contains mainly: green. Hex color #E6F02A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6F02A is #190FD5. Grayscale: #D7D7D7. Windows color (decimal): -1642454 or 2814182. OLE color: 2814182.

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

Color convert

RGB 230 240 42 -
CMYK 0.04 0 0.82 0.06
HSL 63.03º 0.87% 0.55% -
HSV(B) 63.03º 0.83% 0.94% -
XYZ 64.21 79.31 14.11 -
YUV 214.44 30.69 139.1 -
System Red Green Blue C M Y K H S L
Decimal 230 240 42 0.04 0 0.82 0.06 63.03 0.87 0.55
Hex E6 F0 2A 4 0 52 6 3F 57 37
Octal 346 360 52 4 0 122 6 77 127 67
Binary 11100110 11110000 101010 100 0 1010010 110 111111 1010111 110111

Color Harmonies of #E6F02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6F02A

Black with #E6F02A

Text Example


Text Example

White with #E6F02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6F02A; }

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

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

background-color css

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

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

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

border-color css

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

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

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