Html Css Color HEX #E6F32A Golden Fizz

📋 copy color: '#E6F32A'

red 230 ◦ green 243 ◦ blue 42

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

Shades of Golden Fizz #E6F32A

Tints of Golden Fizz #E6F32A

RGB

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

 GREEN value IS 243 (95.31% from 255) = 47.18%

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

R = 44.66%
G = 47.18%
B = 8.16%

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

#E6F32A (or 0xE6F32A) is known color: Golden Fizz. HEX triplet: E6, F3 and 2A. RGB value is (230,243,42). Sum of RGB (Red+Green+Blue) = 230+243+42=515 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.66% from 515); Green value is 243 (95.31% from 255 or 47.18% from 515); Blue value is 42 (16.80% from 255 or 8.16% from 515); Max value from RGB is 243 - color contains mainly: green. Hex color #E6F32A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6F32A is #190CD5. Grayscale: #D8D8D8. Windows color (decimal): -1641686 or 2814950. OLE color: 2814950.

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

Color convert

RGB 230 243 42 -
CMYK 0.05 0 0.83 0.05
HSL 63.88º 0.89% 0.56% -
HSV(B) 63.88º 0.83% 0.95% -
XYZ 65.1 81.09 14.41 -
YUV 216.2 29.69 137.84 -
System Red Green Blue C M Y K H S L
Decimal 230 243 42 0.05 0 0.83 0.05 63.88 0.89 0.56
Hex E6 F3 2A 5 0 53 5 40 59 38
Octal 346 363 52 5 0 123 5 100 131 70
Binary 11100110 11110011 101010 101 0 1010011 101 1000000 1011001 111000

Color Harmonies of #E6F32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6F32A

Black with #E6F32A

Text Example


Text Example

White with #E6F32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6F32A; }

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

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

background-color css

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

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

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

border-color css

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

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

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