Html Css Color HEX #FFE694 Vis Vis

📋 copy color: '#FFE694'

red 255 ◦ green 230 ◦ blue 148

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

Shades of Vis Vis #FFE694

Tints of Vis Vis #FFE694

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.33%

 BLUE value IS 148 (58.2% from 255) = 23.38%

R = 40.28%
G = 36.33%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FFE694 (or 0xFFE694) is known color: Vis Vis. HEX triplet: FF, E6 and 94. RGB value is (255,230,148). Sum of RGB (Red+Green+Blue) = 255+230+148=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 230 (90.23% from 255 or 36.33% from 633); Blue value is 148 (58.20% from 255 or 23.38% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE694 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFE694 is #00196B. Grayscale: #E4E4E4. Windows color (decimal): -6508 or 9758463. OLE color: 9758463.

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

Color convert

RGB 255 230 148 -
CMYK 0 0.10 0.42 0
HSL 45.98º 1% 0.79% -
HSV(B) 45.98º 0.42% 1% -
XYZ 74.88 79.99 39.51 -
YUV 228.13 82.78 147.17 -
System Red Green Blue C M Y K H S L
Decimal 255 230 148 0 0.10 0.42 0 45.98 1 0.79
Hex FF E6 94 0 A 2A 0 2E 64 4F
Octal 377 346 224 0 12 52 0 56 144 117
Binary 11111111 11100110 10010100 0 1010 101010 0 101110 1100100 1001111

Color Harmonies of #FFE694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE694

Black with #FFE694

Text Example


Text Example

White with #FFE694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE694; }

 p { color: rgb(255,230,148); }

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

background-color css

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

 a { background-color: rgb(255,230,148); }

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

border-color css

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

 span { border-color: rgb(255,230,148); }

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