Html Css Color HEX #FFE085 Golden Glow

📋 copy color: '#FFE085'

red 255 ◦ green 224 ◦ blue 133

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

Shades of Golden Glow #FFE085

Tints of Golden Glow #FFE085

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.6%

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

R = 41.67%
G = 36.6%
B = 21.73%

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

#FFE085 (or 0xFFE085) is known color: Golden Glow. HEX triplet: FF, E0 and 85. RGB value is (255,224,133). Sum of RGB (Red+Green+Blue) = 255+224+133=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 224 (87.89% from 255 or 36.60% from 612); Blue value is 133 (52.34% from 255 or 21.73% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE085 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE085 is #001F7A. Grayscale: #DFDFDF. Windows color (decimal): -8059 or 8773887. OLE color: 8773887.

HSL color Cylindrical-coordinate representation of color #FFE085: hue angle of 44.75º 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 #FFE085 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.

Color convert

RGB 255 224 133 -
CMYK 0 0.12 0.48 0
HSL 44.75º 1% 0.76% -
HSV(B) 44.75º 0.48% 1% -
XYZ 72.13 76.26 33.11 -
YUV 222.9 77.27 150.9 -
System Red Green Blue C M Y K H S L
Decimal 255 224 133 0 0.12 0.48 0 44.75 1 0.76
Hex FF E0 85 0 C 30 0 2D 64 4C
Octal 377 340 205 0 14 60 0 55 144 114
Binary 11111111 11100000 10000101 0 1100 110000 0 101101 1100100 1001100

Color Harmonies of #FFE085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE085

Black with #FFE085

Text Example


Text Example

White with #FFE085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE085; }

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

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

background-color css

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

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

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

border-color css

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

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

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