Html Css Color HEX #FFE185 Golden Glow

📋 copy color: '#FFE185'

red 255 ◦ green 225 ◦ blue 133

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

Shades of Golden Glow #FFE185

Tints of Golden Glow #FFE185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 21.7%

R = 41.6%
G = 36.7%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#FFE185 (or 0xFFE185) is known color: Golden Glow. HEX triplet: FF, E1 and 85. RGB value is (255,225,133). Sum of RGB (Red+Green+Blue) = 255+225+133=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 225 (88.28% from 255 or 36.70% from 613); Blue value is 133 (52.34% from 255 or 21.70% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE185 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE185 is #001E7A. Grayscale: #DFDFDF. Windows color (decimal): -7803 or 8774143. OLE color: 8774143.

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

Color convert

RGB 255 225 133 -
CMYK 0 0.12 0.48 0
HSL 45.25º 1% 0.76% -
HSV(B) 45.25º 0.48% 1% -
XYZ 72.4 76.8 33.2 -
YUV 223.48 76.94 150.48 -
System Red Green Blue C M Y K H S L
Decimal 255 225 133 0 0.12 0.48 0 45.25 1 0.76
Hex FF E1 85 0 C 30 0 2D 64 4C
Octal 377 341 205 0 14 60 0 55 144 114
Binary 11111111 11100001 10000101 0 1100 110000 0 101101 1100100 1001100

Color Harmonies of #FFE185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE185

Black with #FFE185

Text Example


Text Example

White with #FFE185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE185; }

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

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

background-color css

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

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

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

border-color css

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

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

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