Html Css Color HEX #FFE18C Vis Vis

📋 copy color: '#FFE18C'

red 255 ◦ green 225 ◦ blue 140

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

Shades of Vis Vis #FFE18C

Tints of Vis Vis #FFE18C

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.29%

 BLUE value IS 140 (55.08% from 255) = 22.58%

R = 41.13%
G = 36.29%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FFE18C (or 0xFFE18C) is known color: Vis Vis. HEX triplet: FF, E1 and 8C. RGB value is (255,225,140). Sum of RGB (Red+Green+Blue) = 255+225+140=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 225 (88.28% from 255 or 36.29% from 620); Blue value is 140 (55.08% from 255 or 22.58% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE18C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE18C is #001E73. Grayscale: #E0E0E0. Windows color (decimal): -7796 or 9232895. OLE color: 9232895.

HSL color Cylindrical-coordinate representation of color #FFE18C: hue angle of 44.35º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFE18C is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.

Color convert

RGB 255 225 140 -
CMYK 0 0.12 0.45 0
HSL 44.35º 1% 0.77% -
HSV(B) 44.35º 0.45% 1% -
XYZ 72.9 77 35.83 -
YUV 224.28 80.44 149.91 -
System Red Green Blue C M Y K H S L
Decimal 255 225 140 0 0.12 0.45 0 44.35 1 0.77
Hex FF E1 8C 0 C 2D 0 2C 64 4D
Octal 377 341 214 0 14 55 0 54 144 115
Binary 11111111 11100001 10001100 0 1100 101101 0 101100 1100100 1001101

Color Harmonies of #FFE18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE18C

Black with #FFE18C

Text Example


Text Example

White with #FFE18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE18C; }

 p { color: rgb(255,225,140); }

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

background-color css

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

 a { background-color: rgb(255,225,140); }

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

border-color css

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

 span { border-color: rgb(255,225,140); }

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