#FFEECA

Color #FFEECA Oasis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oasis #FFEECA

Tints of Oasis #FFEECA

Color information

#FFEECA (or 0xFFEECA) is unknown color: approx Oasis. HEX triplet: FF, EE and CA. RGB value is (255,238,202). Sum of RGB (Red+Green+Blue) = 255+238+202=695 (92% of max value = 765). Red value is 255 (100% from 255 or 36.69% from 695); Green value is 238 (93.36% from 255 or 34.24% from 695); Blue value is 202 (79.30% from 255 or 29.06% from 695); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEECA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEECA is #001135. Grayscale: #EFEFEF. Windows color (decimal): -4406 or 13299455. OLE color: 13299455.

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

Color convert

RGB255238202-
CMYK00.070.210
HSL40.75º100%89.61%-
HSV(B)40.75º20.78%100%-
XYZ82.4886.6768.26-
YUV238.98107.13139.43-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.69%
GREEN value IS 238 (93.36% from 255) = 34.24%
BLUE value IS 202 (79.30% from 255) = 29.06%
R=36.69%
G=34.24%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523820200.070.21040.7510089.61
HexFFEECA0715029645a
Octal3773563120725051144132
Binary111111111110111011001010011110101010100111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEECA; }

 p { color: rgb(255,238,202); }

 H1.HeaderClassName
 {
   color: #FFEECA;
 }
 .AnyTagClassName
 {
   color: #FFEECA;
 }
</style>
background-color css

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

 a { background-color: rgb(255,238,202); }

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

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

 span { border-color: rgb(255,238,202); }

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