Html Css Color HEX #FFE180 Golden Glow

📋 copy color: '#FFE180'

red 255 ◦ green 225 ◦ blue 128

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

Shades of Golden Glow #FFE180

Tints of Golden Glow #FFE180

RGB

 RED value IS 255 (100% from 255) = 41.94%

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

 BLUE value IS 128 (50.39% from 255) = 21.05%

R = 41.94%
G = 37.01%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FFE180 (or 0xFFE180) is known color: Golden Glow. HEX triplet: FF, E1 and 80. RGB value is (255,225,128). Sum of RGB (Red+Green+Blue) = 255+225+128=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 225 (88.28% from 255 or 37.01% from 608); Blue value is 128 (50.39% from 255 or 21.05% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE180 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE180 is #001E7F. Grayscale: #DFDFDF. Windows color (decimal): -7808 or 8446463. OLE color: 8446463.

HSL color Cylindrical-coordinate representation of color #FFE180: hue angle of 45.83º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFE180 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB 255 225 128 -
CMYK 0 0.12 0.50 0
HSL 45.83º 1% 0.75% -
HSV(B) 45.83º 0.5% 1% -
XYZ 72.06 76.67 31.42 -
YUV 222.91 74.44 150.89 -
System Red Green Blue C M Y K H S L
Decimal 255 225 128 0 0.12 0.50 0 45.83 1 0.75
Hex FF E1 80 0 C 32 0 2E 64 4B
Octal 377 341 200 0 14 62 0 56 144 113
Binary 11111111 11100001 10000000 0 1100 110010 0 101110 1100100 1001011

Color Harmonies of #FFE180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE180

Black with #FFE180

Text Example


Text Example

White with #FFE180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE180; }

 p { color: rgb(255,225,128); }

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

background-color css

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

 a { background-color: rgb(255,225,128); }

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

border-color css

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

 span { border-color: rgb(255,225,128); }

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