#E0FBAD

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

Shades of Reef #E0FBAD

Tints of Reef #E0FBAD

Color information

#E0FBAD (or 0xE0FBAD) is unknown color: approx Reef. HEX triplet: E0, FB and AD. RGB value is (224,251,173). Sum of RGB (Red+Green+Blue) = 224+251+173=648 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.57% from 648); Green value is 251 (98.44% from 255 or 38.73% from 648); Blue value is 173 (67.97% from 255 or 26.70% from 648); Max value from RGB is 251 - color contains mainly: green. Hex color #E0FBAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FBAD is #1F0452. Grayscale: #EAEAEA. Windows color (decimal): -2032723 or 11402208. OLE color: 11402208.

HSL color Cylindrical-coordinate representation of color #E0FBAD: hue angle of 80.77º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E0FBAD is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB224251173-
CMYK0.1100.310.02
HSL80.77º90.7%83.14%-
HSV(B)80.77º31.08%98.43%-
XYZ72.7887.8652.66-
YUV234.0493.55120.84-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.57%
GREEN value IS 251 (98.44% from 255) = 38.73%
BLUE value IS 173 (67.97% from 255) = 26.70%
R=34.57%
G=38.73%
B=26.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2242511730.1100.310.0280.7790.783.14
HexE0FBADB01F2515b53
Octal340373255130372121133123
Binary111000001111101110101101101101111110101000110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FBAD; }

 p { color: rgb(224,251,173); }

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

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

 a { background-color: rgb(224,251,173); }

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

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

 span { border-color: rgb(224,251,173); }

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