Html Css Color HEX #FEE586 Vis Vis

📋 copy color: '#FEE586'

red 254 ◦ green 229 ◦ blue 134

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

Shades of Vis Vis #FEE586

Tints of Vis Vis #FEE586

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.12%

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

R = 41.17%
G = 37.12%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.00

RGB Variations

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

Color information

#FEE586 (or 0xFEE586) is known color: Vis Vis. HEX triplet: FE, E5 and 86. RGB value is (254,229,134). Sum of RGB (Red+Green+Blue) = 254+229+134=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 229 (89.84% from 255 or 37.12% from 617); Blue value is 134 (52.73% from 255 or 21.72% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE586 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE586 is #011A79. Grayscale: #E2E2E2. Windows color (decimal): -72314 or 8840702. OLE color: 8840702.

HSL color Cylindrical-coordinate representation of color #FEE586: hue angle of 47.5º 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 #FEE586 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 229 134 -
CMYK 0 0.10 0.47 0.00
HSL 47.5º 0.98% 0.76% -
HSV(B) 47.5º 0.47% 1% -
XYZ 73.2 78.83 33.91 -
YUV 225.65 76.28 148.22 -
System Red Green Blue C M Y K H S L
Decimal 254 229 134 0 0.10 0.47 0.00 47.5 0.98 0.76
Hex FE E5 86 0 A 2F 0 30 62 4C
Octal 376 345 206 0 12 57 0 60 142 114
Binary 11111110 11100101 10000110 0 1010 101111 0 110000 1100010 1001100

Color Harmonies of #FEE586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE586

Black with #FEE586

Text Example


Text Example

White with #FEE586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE586; }

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

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

background-color css

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

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

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

border-color css

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

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

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