Html Css Color HEX #FEE286 Golden Glow

📋 copy color: '#FEE286'

red 254 ◦ green 226 ◦ blue 134

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

Shades of Golden Glow #FEE286

Tints of Golden Glow #FEE286

RGB

 RED value IS 254 (99.61% from 255) = 41.37%

 GREEN value IS 226 (88.67% from 255) = 36.81%

 BLUE value IS 134 (52.73% from 255) = 21.82%

R = 41.37%
G = 36.81%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.00

RGB Variations

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

Color information

#FEE286 (or 0xFEE286) is known color: Golden Glow. HEX triplet: FE, E2 and 86. RGB value is (254,226,134). Sum of RGB (Red+Green+Blue) = 254+226+134=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 226 (88.67% from 255 or 36.81% from 614); Blue value is 134 (52.73% from 255 or 21.82% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE286 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE286 is #011D79. Grayscale: #E0E0E0. Windows color (decimal): -73082 or 8839934. OLE color: 8839934.

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

Color convert

RGB 254 226 134 -
CMYK 0 0.11 0.47 0.00
HSL 46º 0.98% 0.76% -
HSV(B) 46º 0.47% 1% -
XYZ 72.37 77.18 33.64 -
YUV 223.88 77.28 149.48 -
System Red Green Blue C M Y K H S L
Decimal 254 226 134 0 0.11 0.47 0.00 46 0.98 0.76
Hex FE E2 86 0 B 2F 0 2E 62 4C
Octal 376 342 206 0 13 57 0 56 142 114
Binary 11111110 11100010 10000110 0 1011 101111 0 101110 1100010 1001100

Color Harmonies of #FEE286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE286

Black with #FEE286

Text Example


Text Example

White with #FEE286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE286; }

 p { color: rgb(254,226,134); }

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

background-color css

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

 a { background-color: rgb(254,226,134); }

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

border-color css

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

 span { border-color: rgb(254,226,134); }

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