Html Css Color HEX #E7FC2A Golden Fizz

📋 copy color: '#E7FC2A'

red 231 ◦ green 252 ◦ blue 42

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

Shades of Golden Fizz #E7FC2A

Tints of Golden Fizz #E7FC2A

RGB

 RED value IS 231 (90.63% from 255) = 44%

 GREEN value IS 252 (98.83% from 255) = 48%

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

R = 44%
G = 48%
B = 8%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#E7FC2A (or 0xE7FC2A) is known color: Golden Fizz. HEX triplet: E7, FC and 2A. RGB value is (231,252,42). Sum of RGB (Red+Green+Blue) = 231+252+42=525 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44% from 525); Green value is 252 (98.83% from 255 or 48% from 525); Blue value is 42 (16.80% from 255 or 8% from 525); Max value from RGB is 252 - color contains mainly: green. Hex color #E7FC2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E7FC2A is #1803D5. Grayscale: #DEDEDE. Windows color (decimal): -1573846 or 2817255. OLE color: 2817255.

HSL color Cylindrical-coordinate representation of color #E7FC2A: hue angle of 66º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E7FC2A is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 231 252 42 -
CMYK 0.08 0 0.83 0.01
HSL 66º 0.97% 0.58% -
HSV(B) 66º 0.83% 0.99% -
XYZ 68.18 86.78 15.35 -
YUV 221.78 26.54 134.58 -
System Red Green Blue C M Y K H S L
Decimal 231 252 42 0.08 0 0.83 0.01 66 0.97 0.58
Hex E7 FC 2A 8 0 53 1 42 61 3A
Octal 347 374 52 10 0 123 1 102 141 72
Binary 11100111 11111100 101010 1000 0 1010011 1 1000010 1100001 111010

Color Harmonies of #E7FC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7FC2A

Black with #E7FC2A

Text Example


Text Example

White with #E7FC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7FC2A; }

 p { color: rgb(231,252,42); }

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

background-color css

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

 a { background-color: rgb(231,252,42); }

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

border-color css

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

 span { border-color: rgb(231,252,42); }

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