Html Css Color HEX #FFE385 Golden Glow

📋 copy color: '#FFE385'

red 255 ◦ green 227 ◦ blue 133

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

Shades of Golden Glow #FFE385

Tints of Golden Glow #FFE385

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.91%

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

R = 41.46%
G = 36.91%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#FFE385 (or 0xFFE385) is known color: Golden Glow. HEX triplet: FF, E3 and 85. RGB value is (255,227,133). Sum of RGB (Red+Green+Blue) = 255+227+133=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 227 (89.06% from 255 or 36.91% from 615); Blue value is 133 (52.34% from 255 or 21.63% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE385 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE385 is #001C7A. Grayscale: #E1E1E1. Windows color (decimal): -7291 or 8774655. OLE color: 8774655.

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

Color convert

RGB 255 227 133 -
CMYK 0 0.11 0.48 0
HSL 46.23º 1% 0.76% -
HSV(B) 46.23º 0.48% 1% -
XYZ 72.94 77.89 33.38 -
YUV 224.66 76.28 149.64 -
System Red Green Blue C M Y K H S L
Decimal 255 227 133 0 0.11 0.48 0 46.23 1 0.76
Hex FF E3 85 0 B 30 0 2E 64 4C
Octal 377 343 205 0 13 60 0 56 144 114
Binary 11111111 11100011 10000101 0 1011 110000 0 101110 1100100 1001100

Color Harmonies of #FFE385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE385

Black with #FFE385

Text Example


Text Example

White with #FFE385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE385; }

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

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

background-color css

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

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

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

border-color css

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

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

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