Html Css Color HEX #E6E130 Golden Fizz

📋 copy color: '#E6E130'

red 230 ◦ green 225 ◦ blue 48

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

Shades of Golden Fizz #E6E130

Tints of Golden Fizz #E6E130

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.73%

 BLUE value IS 48 (19.14% from 255) = 9.54%

R = 45.73%
G = 44.73%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E6E130 (or 0xE6E130) is known color: Golden Fizz. HEX triplet: E6, E1 and 30. RGB value is (230,225,48). Sum of RGB (Red+Green+Blue) = 230+225+48=503 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.73% from 503); Green value is 225 (88.28% from 255 or 44.73% from 503); Blue value is 48 (19.14% from 255 or 9.54% from 503); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E130 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6E130 is #191ECF. Grayscale: #CFCFCF. Windows color (decimal): -1646288 or 3203558. OLE color: 3203558.

HSL color Cylindrical-coordinate representation of color #E6E130: hue angle of 58.35º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E6E130 is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 225 48 -
CMYK 0 0.02 0.79 0.10
HSL 58.35º 0.78% 0.55% -
HSV(B) 58.35º 0.79% 0.9% -
XYZ 60.09 70.89 13.31 -
YUV 206.32 38.66 144.89 -
System Red Green Blue C M Y K H S L
Decimal 230 225 48 0 0.02 0.79 0.10 58.35 0.78 0.55
Hex E6 E1 30 0 2 4F A 3A 4E 37
Octal 346 341 60 0 2 117 12 72 116 67
Binary 11100110 11100001 110000 0 10 1001111 1010 111010 1001110 110111

Color Harmonies of #E6E130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6E130

Black with #E6E130

Text Example


Text Example

White with #E6E130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6E130; }

 p { color: rgb(230,225,48); }

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

background-color css

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

 a { background-color: rgb(230,225,48); }

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

border-color css

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

 span { border-color: rgb(230,225,48); }

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