Html Css Color HEX #FEE58E Vis Vis

📋 copy color: '#FEE58E'

red 254 ◦ green 229 ◦ blue 142

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

Shades of Vis Vis #FEE58E

Tints of Vis Vis #FEE58E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 22.72%

R = 40.64%
G = 36.64%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FEE58E (or 0xFEE58E) is known color: Vis Vis. HEX triplet: FE, E5 and 8E. RGB value is (254,229,142). Sum of RGB (Red+Green+Blue) = 254+229+142=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 229 (89.84% from 255 or 36.64% from 625); Blue value is 142 (55.86% from 255 or 22.72% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE58E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE58E is #011A71. Grayscale: #E2E2E2. Windows color (decimal): -72306 or 9364990. OLE color: 9364990.

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

Color convert

RGB 254 229 142 -
CMYK 0 0.10 0.44 0.00
HSL 46.61º 0.98% 0.78% -
HSV(B) 46.61º 0.44% 1% -
XYZ 73.77 79.06 36.96 -
YUV 226.56 80.28 147.57 -
System Red Green Blue C M Y K H S L
Decimal 254 229 142 0 0.10 0.44 0.00 46.61 0.98 0.78
Hex FE E5 8E 0 A 2C 0 2F 62 4E
Octal 376 345 216 0 12 54 0 57 142 116
Binary 11111110 11100101 10001110 0 1010 101100 0 101111 1100010 1001110

Color Harmonies of #FEE58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE58E

Black with #FEE58E

Text Example


Text Example

White with #FEE58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE58E; }

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

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

background-color css

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

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

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

border-color css

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

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

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